mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -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
205af79751
commit
7ed71dda49
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export default () => {
|
|||
const view = new View({
|
||||
id: 'public-file-share',
|
||||
name: t('files_sharing', 'Public file share'),
|
||||
caption: t('files_sharing', 'Public shared file.'),
|
||||
caption: t('files_sharing', 'Publicly shared file.'),
|
||||
|
||||
emptyTitle: t('files_sharing', 'No file'),
|
||||
emptyCaption: t('files_sharing', 'The file shared with you will show up here'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue