Skip to content

Commit 38ef559

Browse files
fix(wordings): add comments
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
1 parent a4717fe commit 38ef559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/files_sharing/src/views/SharingDetailsTab.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ export default {
626626
627627
shareButtonText() {
628628
if (this.isNewShare) {
629-
return t('files_sharing', 'Save')
629+
return t('files_sharing', 'Save') /** TRANSLATORS: Single-verb label to prevent button truncation in some languages **/
630630
}
631-
return t('files_sharing', 'Update')
631+
return t('files_sharing', 'Update') /** TRANSLATORS: Single-verb label to prevent button truncation in some languages **/
632632
},
633633
634634
resharingIsPossible() {

0 commit comments

Comments
 (0)