From 7253e59988815442c648dafc27f74bac9f66c7fb Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 20 Dec 2022 16:17:44 +0100 Subject: [PATCH] review bugs --- frontend/src/components/GddSend/TransactionForm.vue | 12 ++++++------ frontend/src/components/Menu/Navbar.vue | 2 +- frontend/src/locales/en.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/GddSend/TransactionForm.vue b/frontend/src/components/GddSend/TransactionForm.vue index f9ff4dcbc..304acaf99 100644 --- a/frontend/src/components/GddSend/TransactionForm.vue +++ b/frontend/src/components/GddSend/TransactionForm.vue @@ -4,10 +4,10 @@ - + - + {{ $t('send_gdd') }} @@ -17,17 +17,17 @@ size="lg" :value="sendTypes.send" stacked - class="custom-radio-button" + class="custom-radio-button pointer" > - + {{ $t('send_per_link') }} - + - {{ $t('form.cancel') }} + {{ $t('form.reset') }} diff --git a/frontend/src/components/Menu/Navbar.vue b/frontend/src/components/Menu/Navbar.vue index 1d50de835..bf525b97e 100644 --- a/frontend/src/components/Menu/Navbar.vue +++ b/frontend/src/components/Menu/Navbar.vue @@ -17,7 +17,7 @@
- +
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 85c81145d..0dee09a59 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -246,8 +246,8 @@ "transactions": "Transactions" }, "qrCode": "QR Code", - "send_gdd": "GDD send", - "send_per_link": "GDD send via link", + "send_gdd": "Send GDD", + "send_per_link": "Send GDD via Link", "session": { "extend": "Stay logged in", "lightText": "If you have not performed any action for more than 10 minutes, you will be logged out for security reasons.",