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 ea9e79d0d32d..689b2a0c2e17 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -959,6 +959,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 @@ -4183,7 +4184,7 @@ en: label_home: "Home" label_subject_or_id: "Subject or ID" label_calendar_subscriptions: "Calendar subscriptions" - label_identifier: "Identifier" + label_identifier: "Identifiers" label_project_identifier: "Project identifier" label_in: "in" label_in_less_than: "in less than"