mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(translations): Changed grammar
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
643e216a25
commit
854caedf43
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export const registerFavoritesView = async () => {
|
|||
Navigation.register(new View({
|
||||
id: 'favorites',
|
||||
name: t('files', 'Favorites'),
|
||||
caption: t('files', 'List of favorites files and folders.'),
|
||||
caption: t('files', 'List of favorite files and folders.'),
|
||||
|
||||
emptyTitle: t('files', 'No favorites yet'),
|
||||
emptyCaption: t('files', 'Files and folders you mark as favorite will show up here'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue