replace "invited by" with "added by"

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
pull/18447/head
Sascha Wiswedel 5 years ago
parent 1ac764e0b7
commit 08b34aa4e3
No known key found for this signature in database
GPG Key ID: DC336C0F05DBA0CD
  1. 2
      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"

Loading…
Cancel
Save