replace "invited by" with "added by"

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
Sascha Wiswedel 2019-12-17 14:34:27 +01:00
parent 1ac764e0b7
commit 08b34aa4e3
No known key found for this signature in database
GPG Key ID: DC336C0F05DBA0CD
1 changed files with 1 additions and 1 deletions

View File

@ -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"