From f1f77a80222834b2a1ec6b2d84543c2365b76e32 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 30 Jan 2026 07:42:09 -0500 Subject: [PATCH] use locale --- init.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.rb b/init.rb index 9b6a461..169b03d 100644 --- a/init.rb +++ b/init.rb @@ -35,7 +35,7 @@ Redmine::Plugin.register :redmine_qbo do permission :add_customers, customers: :new, public: false # Register top menu items - menu :top_menu, :customers, { controller: :customers, action: :index }, caption: 'Customers', if: Proc.new {User.current.logged?} + menu :top_menu, :customers, { controller: :customers, action: :index }, caption: :label_customers, if: Proc.new {User.current.logged?} end