settings: fix sort text

pull/465/head
Varun Patil 2023-03-08 16:42:35 -08:00
parent 85f3810057
commit 383109e414
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
@update:checked="updateSortFolderMonth"
type="switch"
>
{{ t("memories", "Treat folders as albums (sort order)") }}
{{ t("memories", "Sort folders oldest-first") }}
</NcCheckboxRadioSwitch>
</NcAppSettingsSection>
@ -95,7 +95,7 @@
@update:checked="updateSortAlbumMonth"
type="switch"
>
{{ t("memories", "Enable timeline view (sort order)") }}
{{ t("memories", "Sort albums oldest-first") }}
</NcCheckboxRadioSwitch>
</NcAppSettingsSection>
</NcAppSettingsDialog>