change copy text in invite button menu

This commit is contained in:
mahula 2023-03-09 13:10:57 +01:00
parent cf6116b5d9
commit 9a59799b2b
3 changed files with 3 additions and 6 deletions

View File

@ -15,10 +15,7 @@
ghost
@click="copyInviteLink"
>
<ds-text bold>
{{ $t('invite-codes.copy-code') }}
{{ inviteCode.code }}
</ds-text>
<ds-text bold>{{ $t('invite-codes.copy-code') }}</ds-text>
</base-button>
</base-card>
</div>

View File

@ -515,7 +515,7 @@
"no-results": "Keine Beiträge gefunden."
},
"invite-codes": {
"copy-code": "Code:",
"copy-code": "Einladungslink kopieren",
"copy-success": "Einladungscode erfolgreich in die Zwischenablage kopiert",
"not-available": "Du hast keinen Einladungscode zur Verfügung!",
"your-code": "Sende diesen Link per E-Mail oder in sozialen Medien, um deine Freunde einzuladen:"

View File

@ -515,7 +515,7 @@
"no-results": "No contributions found."
},
"invite-codes": {
"copy-code": "Code:",
"copy-code": "Copy Invite Link",
"copy-success": "Invite code copied to clipboard",
"not-available": "You have no valid invite code available!",
"your-code": "Send this link per e-mail or in social media to invite your friends:"