Skip to content

Commit

Permalink
fix: Use correct message
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and Pytal authored Oct 15, 2024
1 parent b6dd6a9 commit ae07e90
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 @@ -351,7 +351,7 @@ export default {
case 'expireDate':
return t('files_sharing', 'Share expire date saved')
case 'hideDownload':
return t('files_sharing', 'Share hide-password state saved')
return t('files_sharing', 'Share hide-download state saved')
case 'label':
return t('files_sharing', 'Share label saved')
case 'note':
Expand Down

0 comments on commit ae07e90

Please sign in to comment.