1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

chore: minor updates

This commit is contained in:
2025-05-07 19:40:03 +03:00
parent 6728a50056
commit 7effe309dd
3 changed files with 5 additions and 7 deletions
@@ -24,9 +24,7 @@ export default function WelcomeDialog(): React.ReactElement
{ i18n.t("features.v3welcome.text2") }
</fui.Body1>
<ul>
{ !import.meta.env.FIREFOX &&
<li>{ i18n.t("features.v3welcome.list.item1") }</li>
}
<li>{ i18n.t("features.v3welcome.list.item1") }</li>
<li>{ i18n.t("features.v3welcome.list.item2") }</li>
<li>{ i18n.t("features.v3welcome.list.item3") }</li>
<li>{ i18n.t("features.v3welcome.list.item4") }</li>