Prettify settings files

This commit is contained in:
Sofiya Tepikin
2022-08-23 13:00:25 +02:00
parent ac7a36925f
commit 6808f40953
7 changed files with 34 additions and 37 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ const License = () => {
const currentYear = new Date().getFullYear()
return (
<AppPage title={t("settings.license.title")}>
<AppPage title={t('settings.license.title')}>
<Segment last>
<AppText>{t("settings.license.text", { currentYear })}</AppText>
<AppText>{t('settings.license.text', { currentYear })}</AppText>
</Segment>
</AppPage>
)