Skip to content

Commit

Permalink
Set new button text on postcode lookup form
Browse files Browse the repository at this point in the history
  • Loading branch information
beccapearce committed Oct 14, 2024
1 parent 2a71247 commit 9f1e01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/location_form_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module LocationFormHelper
def button_text(publication_format = nil)
case publication_format
when "local_transaction"
when "local_transaction", "licence"
I18n.t("formats.local_transaction.find_council")
else
I18n.t("find")
Expand Down

0 comments on commit 9f1e01c

Please sign in to comment.