From 0a5d7806700bb3154529b99abc75d37ccc46faff Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sat, 25 Jul 2026 02:23:13 +0200 Subject: Extract admin strings to i18n: the nodes cluster --- app/views/nodes/chapters.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/nodes/chapters.html.erb') diff --git a/app/views/nodes/chapters.html.erb b/app/views/nodes/chapters.html.erb index 543bc53c..def56659 100644 --- a/app/views/nodes/chapters.html.erb +++ b/app/views/nodes/chapters.html.erb @@ -1,10 +1,10 @@ -

Chapters

+

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

<%= form_tag chapters_nodes_path, method: :get, class: "node_search_form" do %> <%= button_tag type: "submit", class: "action_button" do %> - <%= icon("filter", library: "tabler", "aria-hidden": true) %> Filter + <%= icon("filter", library: "tabler", "aria-hidden": true) %> <%= t(".filter") %> <% end %> <% end %> -- cgit v1.3