From 1b8ebe498a1781f59459c7eeda394c2c4f7de0d2 Mon Sep 17 00:00:00 2001 From: Florian Dupret Date: Sat, 1 Aug 2020 17:36:06 +0200 Subject: [PATCH] Fix copy/paste error --- resources/assets/js/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/locales/en.json b/resources/assets/js/locales/en.json index ef8b1cfd1c..0ec2285e2e 100644 --- a/resources/assets/js/locales/en.json +++ b/resources/assets/js/locales/en.json @@ -12,7 +12,7 @@ "transaction_new_stored_link": "Transaction #{ID}<\/a> has been stored.", "transaction_journal_information": "Transaction information", "no_budget_pointer": "You seem to have no budgets yet. You should create some on the budgets<\/a>-page. Budgets can help you keep track of expenses.", - "no_bill_pointer": "You seem to have no bills yet. You should create some on the budgets<\/a>-page. Bills can help you keep track of expenses.", + "no_bill_pointer": "You seem to have no bills yet. You should create some on the bills<\/a>-page. Bills can help you keep track of expenses.", "source_account": "Source account", "hidden_fields_preferences": "You can enable more transaction options in your settings<\/a>.", "destination_account": "Destination account", @@ -91,4 +91,4 @@ "config": { "html_language": "en" } -} \ No newline at end of file +}