Skip to content

Commit

Permalink
Use the correct Project Lifecycle label
Browse files Browse the repository at this point in the history
  • Loading branch information
dombesz committed Dec 17, 2024
1 parent 89de3bb commit 7aee3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%=
render(Primer::Alpha::Dialog.new(title: t("label_life_cycle_plural"),
render(Primer::Alpha::Dialog.new(title: t("label_life_cycle_step_plural"),
size: :large,
id: "edit-project-life-cycles-dialog")) do |d|
d.with_header(variant: :large)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
classes: 'op-project-life-cyle-section-container',
test_selector: "project-life-cycle-section"
)) do |section|
section.with_title { t("label_life_cycle_plural") }
section.with_title { t("label_life_cycle_step_plural") }

if allowed_to_edit?
section.with_action_icon(
Expand Down

0 comments on commit 7aee3c1

Please sign in to comment.