From fe104aa2c52f61cd8555fbc98c20501f50f4aae8 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 17:45:34 +0200 Subject: Extract admin strings to i18n: revisions, page_translations, and menu items, --- app/views/menu_items/index.html.erb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/views/menu_items/index.html.erb') diff --git a/app/views/menu_items/index.html.erb b/app/views/menu_items/index.html.erb index 591eb68d..cdc60c63 100644 --- a/app/views/menu_items/index.html.erb +++ b/app/views/menu_items/index.html.erb @@ -1,7 +1,7 @@ -

Menu Items

+

<%= t(".title") %>

<%= link_to new_menu_item_path, class: 'action_button' do %> - <%= icon("plus", library: "tabler", "aria-hidden": true) %> Create menu item + <%= icon("plus", library: "tabler", "aria-hidden": true) %> <%= t(".create_item") %> <% end %> @@ -11,11 +11,11 @@
- + -- cgit v1.3