From 4909254a0237ef9b25006bdd927d5e755c31d9a7 Mon Sep 17 00:00:00 2001 From: ogerly Date: Sat, 26 Mar 2022 09:39:46 +0100 Subject: [PATCH] remove comma in text --- frontend/src/components/TransactionRows/AmountAndNameRow.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TransactionRows/AmountAndNameRow.vue b/frontend/src/components/TransactionRows/AmountAndNameRow.vue index 6ee6462ad..c98154909 100644 --- a/frontend/src/components/TransactionRows/AmountAndNameRow.vue +++ b/frontend/src/components/TransactionRows/AmountAndNameRow.vue @@ -13,7 +13,7 @@ {{ itemText }} - , {{ $t('via_link') }} + {{ $t('via_link') }}