Skip to content

Commit e2c734d

Browse files
susnuxPytal
andcommitted
fix: Use correct message
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent c67c2bf commit e2c734d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/src/mixins/SharesMixin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default {
351351
case 'expireDate':
352352
return t('files_sharing', 'Share expire date saved')
353353
case 'hideDownload':
354-
return t('files_sharing', 'Share hide-password state saved')
354+
return t('files_sharing', 'Share hide-download state saved')
355355
case 'label':
356356
return t('files_sharing', 'Share label saved')
357357
case 'note':

0 commit comments

Comments
 (0)