mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/TransactionLinks/TransactionLink.vue
Co-authored-by: Alexander Friedland <ogerly@users.noreply.github.com>
This commit is contained in:
parent
fe4a95e32d
commit
b8ba6af906
@ -22,7 +22,7 @@
|
||||
<b-icon icon="clipboard"></b-icon>
|
||||
{{ $t('gdd_per_link.copy') }}
|
||||
</b-dropdown-item>
|
||||
<b-dropdown-item v-if="validLink" class="test-copy-link" @click="copyLinkWithText()">
|
||||
<b-dropdown-item v-if="validLink" class="test-copy-text pt-3" @click="copyLinkWithText()">
|
||||
<b-icon icon="clipboard-plus"></b-icon>
|
||||
{{ $t('gdd_per_link.copy-with-text') }}
|
||||
</b-dropdown-item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user