From a5bb8dfa5a1db35152ea590536be12374f09df38 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 6 Jun 2021 22:29:04 +0200 Subject: [PATCH] Localize splits --- frontend/src/components/transactions/Index.vue | 4 ++-- frontend/src/locales/en.json | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/transactions/Index.vue b/frontend/src/components/transactions/Index.vue index b2ff76a7e5..e65a61c41f 100644 --- a/frontend/src/components/transactions/Index.vue +++ b/frontend/src/components/transactions/Index.vue @@ -101,12 +101,12 @@
- Expand split + {{ $t('firefly.transaction_expand_split') }}
- Collapse split + {{ $t('firefly.transaction_collapse_split') }}