use locale

This commit is contained in:
2026-01-30 07:42:09 -05:00
parent ff358d806e
commit f1f77a8022

View File

@@ -35,7 +35,7 @@ Redmine::Plugin.register :redmine_qbo do
permission :add_customers, customers: :new, public: false permission :add_customers, customers: :new, public: false
# Register top menu items # 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 end