mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
Merge pull request #44945 from nextcloud/rakekniven-patch-1
fix(i18n): Changed grammar
This commit is contained in:
commit
129f6b2e5c
3 changed files with 4 additions and 4 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'),
|
||||
|
|
|
|||
4
dist/files-init.js
vendored
4
dist/files-init.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-init.js.map
vendored
2
dist/files-init.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue