Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5236'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Sep 24, 2024
2 parents ea5b8c9 + b0ad96e commit ac31625
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/views/users/terms.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>

<div class="mb-3">
<%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true, :class => "btn btn-primary") %>
<%= submit_tag("Cancel", :name => "decline", :id => "decline", :class => "btn btn-outline-secondary") %>
<%= submit_tag(t(".continue"), :name => "continue", :id => "continue", :disabled => true, :class => "btn btn-primary") %>
<%= submit_tag(t(".cancel"), :name => "decline", :id => "decline", :class => "btn btn-outline-secondary") %>
</div>

<div class="mb-3">
Expand Down
5 changes: 2 additions & 3 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2689,7 +2689,6 @@ en:
privacy_policy_title: OSMF privacy policy including section on email addresses
contributor_terms_url: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
contributor_terms: "contributor terms"
tou: "terms of use"
continue: Sign Up
terms accepted: "Thanks for accepting the new contributor terms!"
email_help:
Expand Down Expand Up @@ -2717,9 +2716,9 @@ en:
guidance_info_html: "Information to help understand these terms: a %{readable_summary_link} and some %{informal_translations_link}"
readable_summary: human readable summary
informal_translations: informal translations
continue: Continue
continue: "Continue"
declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
decline: "Decline"
cancel: "Cancel"
you need to accept or decline: "Please read and then either accept or decline the new Contributor Terms to continue."
legale_select: "Country of residence:"
legale_names:
Expand Down

0 comments on commit ac31625

Please sign in to comment.