Skip to content

Commit

Permalink
Reorder help text
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegWock committed Feb 14, 2024
1 parent bd7fedb commit 5782403
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pages/newtab/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,15 +435,18 @@ const HelpAboutScreen = (props: ComponentProps<typeof m.div>) => {
<a href="https://github.com/OlegWock/anori/issues/new"></a>
</Trans>
</p>

{i18n.language !== 'en' && <p>
{t('settings.aboutHelp.onlyEnglishPlease')}
</p>}

<p>
<Trans t={t} i18nKey="settings.aboutHelp.p4">
<a href="https://sinja.io/support"></a>
</Trans>
</p>

{i18n.language !== 'en' && <p>
{t('settings.aboutHelp.onlyEnglishPlease')}
</p>}

<p>
<Trans t={t} i18nKey="settings.aboutHelp.p2">
<a href="https://github.com/OlegWock/anori"></a>
Expand Down

0 comments on commit 5782403

Please sign in to comment.