diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index a41ff1897..21a9eb620 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -145,9 +145,7 @@ {{ - radioSelected === sendTypes.send - ? $t('form.send_now') - : $t('form.generate_now') + radioSelected === sendTypes.send ? $t('form.send_now') : $t('form.generate_now') }}