Merge remote-tracking branch 'upstream/pull/5236'
This commit is contained in:
commit
ac31625f1b
2 changed files with 4 additions and 5 deletions
|
@ -69,8 +69,8 @@
|
||||||
<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
|
<%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<%= submit_tag("Continue", :name => "continue", :id => "continue", :disabled => true, :class => "btn btn-primary") %>
|
<%= submit_tag(t(".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(".cancel"), :name => "decline", :id => "decline", :class => "btn btn-outline-secondary") %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
|
|
|
@ -2689,7 +2689,6 @@ en:
|
||||||
privacy_policy_title: OSMF privacy policy including section on email addresses
|
privacy_policy_title: OSMF privacy policy including section on email addresses
|
||||||
contributor_terms_url: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
|
contributor_terms_url: "https://wiki.osmfoundation.org/wiki/Licence/Contributor_Terms"
|
||||||
contributor_terms: "contributor terms"
|
contributor_terms: "contributor terms"
|
||||||
tou: "terms of use"
|
|
||||||
continue: Sign Up
|
continue: Sign Up
|
||||||
terms accepted: "Thanks for accepting the new contributor terms!"
|
terms accepted: "Thanks for accepting the new contributor terms!"
|
||||||
email_help:
|
email_help:
|
||||||
|
@ -2717,9 +2716,9 @@ en:
|
||||||
guidance_info_html: "Information to help understand these terms: a %{readable_summary_link} and some %{informal_translations_link}"
|
guidance_info_html: "Information to help understand these terms: a %{readable_summary_link} and some %{informal_translations_link}"
|
||||||
readable_summary: human readable summary
|
readable_summary: human readable summary
|
||||||
informal_translations: informal translations
|
informal_translations: informal translations
|
||||||
continue: Continue
|
continue: "Continue"
|
||||||
declined: "https://wiki.openstreetmap.org/wiki/Contributor_Terms_Declined"
|
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."
|
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_select: "Country of residence:"
|
||||||
legale_names:
|
legale_names:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue