Change label

This commit is contained in:
Oliver Günther
2025-04-29 17:28:40 +02:00
parent 8c7051fbeb
commit b30776f9f7
3 changed files with 6 additions and 4 deletions
@@ -52,11 +52,11 @@ See COPYRIGHT and LICENSE files for more details.
<%=
render Primer::OpenProject::PageHeader.new do |header|
header.with_title { t(:label_authentication_settings) }
header.with_title { t("authentication.login_and_registration") }
header.with_breadcrumbs(
[{ href: admin_index_path, text: t(:label_administration) },
{ href: admin_settings_authentication_path, text: t(:label_authentication) },
t(:label_authentication_settings)]
t("authentication.login_and_registration")]
)
render_tab_header_nav(header, tabs)
end
+1 -1
View File
@@ -502,7 +502,7 @@ Redmine::MenuManager.map :admin_menu do |menu|
menu.push :authentication_settings,
{ controller: "/admin/settings/authentication_settings", action: :show },
if: ->(_) { User.current.admin? },
caption: :label_authentication_settings,
caption: :"authentication.login_and_registration",
parent: :authentication
menu.push :ldap_authentication,
+3 -1
View File
@@ -112,6 +112,9 @@ en:
text: "Individual actions of a user (e.g. updating a work package twice) are aggregated into a single action if their age difference is less than the specified timespan. They will be displayed as a single action within the application. This will also delay notifications by the same amount of time reducing the number of emails being sent and will also affect %{webhook_link} delay."
link: "webhook"
authentication:
login_and_registration: "Login and registration"
announcements:
show_until: Show until
is_active: currently displayed
@@ -2571,7 +2574,6 @@ en:
label_ldap_auth_source_plural: "LDAP connections"
label_attribute_expand_text: "The complete text for '%{attribute}'"
label_authentication: "Authentication"
label_authentication_settings: "Authentication settings"
label_available_custom_fields_projects: "Available custom fields projects"
label_available_global_roles: "Available global roles"
label_available_project_attributes: "Available project attributes"