settings: fix sort text
parent
85f3810057
commit
383109e414
|
@ -82,7 +82,7 @@
|
||||||
@update:checked="updateSortFolderMonth"
|
@update:checked="updateSortFolderMonth"
|
||||||
type="switch"
|
type="switch"
|
||||||
>
|
>
|
||||||
{{ t("memories", "Treat folders as albums (sort order)") }}
|
{{ t("memories", "Sort folders oldest-first") }}
|
||||||
</NcCheckboxRadioSwitch>
|
</NcCheckboxRadioSwitch>
|
||||||
</NcAppSettingsSection>
|
</NcAppSettingsSection>
|
||||||
|
|
||||||
|
@ -95,7 +95,7 @@
|
||||||
@update:checked="updateSortAlbumMonth"
|
@update:checked="updateSortAlbumMonth"
|
||||||
type="switch"
|
type="switch"
|
||||||
>
|
>
|
||||||
{{ t("memories", "Enable timeline view (sort order)") }}
|
{{ t("memories", "Sort albums oldest-first") }}
|
||||||
</NcCheckboxRadioSwitch>
|
</NcCheckboxRadioSwitch>
|
||||||
</NcAppSettingsSection>
|
</NcAppSettingsSection>
|
||||||
</NcAppSettingsDialog>
|
</NcAppSettingsDialog>
|
||||||
|
|
Loading…
Reference in New Issue