Fix password label
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
- if Redmine::Plugin.installed?('redmine_passwords') && User.current.allowed_to?(:view_passwords, @project)
|
||||
fieldset#messenger_settings.box.tabular
|
||||
legend = l(:label_settings_post_password)
|
||||
legend = l(:label_password_plural)
|
||||
.info = t(:messenger_passwords_intro)
|
||||
br
|
||||
= render partial: 'messenger_settings/messenger_select', locals: { f: f, mf: :post_password }
|
||||
|
||||
Reference in New Issue
Block a user