diff --git a/app/components/projects/settings/general/show_component.html.erb b/app/components/projects/settings/general/show_component.html.erb index 4599126fc761..21242f9a0ce1 100644 --- a/app/components/projects/settings/general/show_component.html.erb +++ b/app/components/projects/settings/general/show_component.html.erb @@ -49,7 +49,7 @@ See COPYRIGHT and LICENSE files for more details. <%= render(Primer::BaseComponent.new(tag: :section, mb: 4)) do %> <%= render(Primer::Beta::Subhead.new) do |component| - component.with_heading(tag: :h3, size: :medium) { t(:label_identifier) } + component.with_heading(tag: :h3, size: :medium) { I18n.t("projects.settings.header_identifier") } end %> <%= diff --git a/config/locales/en.yml b/config/locales/en.yml index dcbaa4de5d1f..23ece39b68e2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -957,6 +957,7 @@ en: text: "This action will not delete any project the list contains. Are you sure you want to delete this project list?" settings: header_details: Basic details + header_identifier: Identifier header_status: Status header_relations: Project relations button_update_details: Update details