Skip to content

Commit 6da47b6

Browse files
Update apps/files_sharing/src/views/SharingDetailsTab.vue
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
1 parent 81bc01a commit 6da47b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ export default {
433433
default: {
434434
if (this.share.id) {
435435
// Share already exists
436-
return t('files_sharing', 'Update')
436+
return t('files_sharing', 'Update') /** TRANSLATORS: .... */
437437
} else {
438438
return t('files_sharing', 'Create')
439439
}

0 commit comments

Comments
 (0)