replace "invited by" with "added by"
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
This commit is contained in:
parent
1ac764e0b7
commit
08b34aa4e3
|
@ -33,7 +33,7 @@
|
||||||
tooltip-message="" />
|
tooltip-message="" />
|
||||||
</template>
|
</template>
|
||||||
<ActionText icon="icon-user">
|
<ActionText icon="icon-user">
|
||||||
{{ t('files_sharing', 'Invited by {initiator}', { initiator: share.ownerDisplayName }) }}
|
{{ t('files_sharing', 'Added by {initiator}', { initiator: share.ownerDisplayName }) }}
|
||||||
</ActionText>
|
</ActionText>
|
||||||
<ActionLink v-if="share.fileSource"
|
<ActionLink v-if="share.fileSource"
|
||||||
icon="icon-folder"
|
icon="icon-folder"
|
||||||
|
|
Loading…
Reference in New Issue