Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
%>
<%=
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading