fix(i18n): Improved grammar

Reported at Transifex

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
pull/48648/head
rakekniven 2 months ago committed by Ferdinand Thiessen
parent 205af79751
commit 7ed71dda49
  1. 2
      apps/files_sharing/src/files_views/publicFileShare.ts

@ -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…
Cancel
Save