diff --git a/frontend/src/components/transactions/Index.vue b/frontend/src/components/transactions/Index.vue
index ad294d85e0..ad0c736423 100644
--- a/frontend/src/components/transactions/Index.vue
+++ b/frontend/src/components/transactions/Index.vue
@@ -100,13 +100,13 @@
-
- Expand split
+
+ {{ $t('firefly.transaction_expand_split') }}
-
- Collapse split
+
+ {{ $t('firefly.transaction_collapse_split') }}
diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json
index 01a0bf3b23..f72530eebc 100644
--- a/frontend/src/locales/en.json
+++ b/frontend/src/locales/en.json
@@ -15,6 +15,8 @@
"balance": "Balance",
"transaction_journal_extra": "Extra information",
"transaction_journal_meta": "Meta information",
+ "transaction_expand_split": "Expand split",
+ "transaction_collapse_split": "Collapse split",
"basic_journal_information": "Basic transaction information",
"bills_to_pay": "Bills to pay",
"left_to_spend": "Left to spend",
diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php
index f044ddbbaa..288e6964c1 100644
--- a/resources/lang/en_US/firefly.php
+++ b/resources/lang/en_US/firefly.php
@@ -1691,6 +1691,8 @@ return [
'store_as_new' => 'Store as a new transaction instead of updating.',
'reset_after' => 'Reset form after submission',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors.',
+ 'transaction_expand_split' => 'Expand split',
+ 'transaction_collapse_split' => 'Collapse split',
// object groups
'default_group_title_name' => '(ungrouped)',