mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(i18n): Improved grammar
Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
7ed71dda49
commit
3b3f0f0ed9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export default () => {
|
|||
const view = new View({
|
||||
id: 'public-share',
|
||||
name: t('files_sharing', 'Public share'),
|
||||
caption: t('files_sharing', 'Public shared files.'),
|
||||
caption: t('files_sharing', 'Publicly shared files.'),
|
||||
|
||||
emptyTitle: t('files_sharing', 'No files'),
|
||||
emptyCaption: t('files_sharing', 'Files and folders shared with you will show up here'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue