From 4c09989788c57849700e370911d8c155d0f42499 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Mon, 11 Nov 2024 15:43:20 +0100 Subject: [PATCH] Add translation --- app/views/default/units/index.html.erb | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/default/units/index.html.erb b/app/views/default/units/index.html.erb index 52e6466..e25331d 100644 --- a/app/views/default/units/index.html.erb +++ b/app/views/default/units/index.html.erb @@ -11,7 +11,7 @@ <%= User.human_attribute_name(:symbol).capitalize %> <% if current_user.at_least(:active) %> - <%= t :actions %> + <%= t '.actions' %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index f36dccd..2e45765 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -74,6 +74,7 @@ en: export: Export import: Import index: + actions: Actions on defaults import_all: Import all back: Back to units... users: