diff options
author | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-17 14:34:27 +0100 |
---|---|---|
committer | Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | 2019-12-17 14:34:27 +0100 |
commit | 08b34aa4e370067c464445c739001d11cb8f871b (patch) | |
tree | 16702cfc7354b821baf45cd6d186f83034080573 /apps | |
parent | 1ac764e0b73e6250316d5e7b74ced694a69fc89b (diff) | |
download | nextcloud-server-08b34aa4e370067c464445c739001d11cb8f871b.tar.gz nextcloud-server-08b34aa4e370067c464445c739001d11cb8f871b.zip |
replace "invited by" with "added by"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntryInherited.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue index 0d355ed6d22..6765c70bfd9 100644 --- a/apps/files_sharing/src/components/SharingEntryInherited.vue +++ b/apps/files_sharing/src/components/SharingEntryInherited.vue @@ -33,7 +33,7 @@ tooltip-message="" /> </template> <ActionText icon="icon-user"> - {{ t('files_sharing', 'Invited by {initiator}', { initiator: share.ownerDisplayName }) }} + {{ t('files_sharing', 'Added by {initiator}', { initiator: share.ownerDisplayName }) }} </ActionText> <ActionLink v-if="share.fileSource" icon="icon-folder" |