From 08b34aa4e370067c464445c739001d11cb8f871b Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Tue, 17 Dec 2019 14:34:27 +0100 Subject: [PATCH] replace "invited by" with "added by" Signed-off-by: Sascha Wiswedel --- apps/files_sharing/src/components/SharingEntryInherited.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index 0d355ed6d2..6765c70bfd 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -33,7 +33,7 @@ tooltip-message="" /> - {{ t('files_sharing', 'Invited by {initiator}', { initiator: share.ownerDisplayName }) }} + {{ t('files_sharing', 'Added by {initiator}', { initiator: share.ownerDisplayName }) }}