Skip to content

Commit

Permalink
Merge pull request #16313 from opf/bug/56615-breadcrumb-and-menu-stru…
Browse files Browse the repository at this point in the history
…cture-is-inconsistent-for-authentication-administration-2

Change 2fa administration page title to match with the sidebar
  • Loading branch information
dombesz authored Aug 2, 2024
2 parents 503e660 + b9ad396 commit 3eb71bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<%=
render Primer::OpenProject::PageHeader.new do |header|
header.with_title { I18n.t("two_factor_authentication.settings.title") }
header.with_title { I18n.t("two_factor_authentication.label_two_factor_authentication") }
header.with_breadcrumbs([{ href: admin_index_path, text: t(:label_administration) },
{ href: admin_settings_authentication_path, text: t(:label_authentication) },
I18n.t("two_factor_authentication.settings.title")])
I18n.t("two_factor_authentication.label_two_factor_authentication")])
end
%>

Expand Down

0 comments on commit 3eb71bd

Please sign in to comment.