Skip to content

Commit

Permalink
chore(i18n): Improved grammar
Browse files Browse the repository at this point in the history
Signed-off-by: rakekniven <[email protected]>

[skip ci]
  • Loading branch information
rakekniven authored and backportbot[bot] committed Nov 5, 2024
1 parent 0f0aa69 commit f9820f6
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 f9820f6

Please sign in to comment.