Skip to content

Commit

Permalink
Merge pull request #2451 from alphagov/472_Update-content-type_Update…
Browse files Browse the repository at this point in the history
…-button-text

Update button text from "Update" to "Save"
  • Loading branch information
davidtrussler authored Dec 2, 2024
2 parents 868b971 + 516d317 commit de02bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/editions/secondary_nav_tabs/_admin.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
} %>

<%= render "govuk_publishing_components/components/button", {
text: "Update",
text: "Save",
} %>
<% end %>
<% else %>
Expand Down

0 comments on commit de02bfe

Please sign in to comment.