Skip to content

Commit

Permalink
chore(i18n): Improved grammar
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
  • Loading branch information
rakekniven authored Oct 19, 2024
1 parent 85046e7 commit d852d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/mixins/SharesMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export default {

switch (names[0]) {
case 'expireDate':
return t('files_sharing', 'Share expire date saved')
return t('files_sharing', 'Share expiry date saved')
case 'hideDownload':
return t('files_sharing', 'Share hide-download state saved')
case 'label':
Expand Down

0 comments on commit d852d6e

Please sign in to comment.