mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change text button edit to back
This commit is contained in:
parent
035d10753e
commit
197305b81e
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<b-row class="mt-4">
|
<b-row class="mt-4">
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-button @click="$emit('on-reset')">{{ $t('form.edit') }}</b-button>
|
<b-button @click="$emit('on-reset')">{{ $t('back') }}</b-button>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col class="text-right">
|
<b-col class="text-right">
|
||||||
<b-button variant="primary" :disabled="disabled" @click="$emit('send-transaction')">
|
<b-button variant="primary" :disabled="disabled" @click="$emit('send-transaction')">
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<b-row class="mt-4">
|
<b-row class="mt-4">
|
||||||
<b-col>
|
<b-col>
|
||||||
<b-button @click="$emit('on-reset')">{{ $t('form.edit') }}</b-button>
|
<b-button @click="$emit('on-reset')">{{ $t('back') }}</b-button>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col class="text-right">
|
<b-col class="text-right">
|
||||||
<b-button
|
<b-button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user