Skip to content

Commit

Permalink
Change 2fa administration page title to match with the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Aug 2, 2024
1 parent ceb2eee commit b9ad396
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 b9ad396

Please sign in to comment.