From 774c1518e8006cbfb625c8e7ac265a9a81d73af7 Mon Sep 17 00:00:00 2001 From: Josh Pigford Date: Tue, 6 Feb 2024 12:08:40 -0600 Subject: [PATCH] i18n spelling fix --- app/views/layouts/application.html.erb | 2 +- config/locales/views/layout/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7dd16175..80628e29 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -62,7 +62,7 @@ <% end %>
-

<%= t('.cache') %>

+

<%= t('.cash') %>

<% Current.family.accounts.each do |account| %>
diff --git a/config/locales/views/layout/en.yml b/config/locales/views/layout/en.yml index 9836638e..85310a0f 100644 --- a/config/locales/views/layout/en.yml +++ b/config/locales/views/layout/en.yml @@ -3,7 +3,7 @@ en: layouts: application: accounts: Accounts - cache: Cache + cash: Cash dashboard: Dashboard new_accoount: New Account auth: