X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/925d12cc8176414d0f9531832862a5825783d132..b0ad96ebd474050bd807468b9b166c3850951e9b:/app/views/users/terms.html.erb diff --git a/app/views/users/terms.html.erb b/app/views/users/terms.html.erb index e2ece8f1a..a5dc3291d 100644 --- a/app/views/users/terms.html.erb +++ b/app/views/users/terms.html.erb @@ -11,11 +11,11 @@ <%= form_tag({ :action => "save" }) do %> -

<%= t ".read and accept with tou" %>

+

<%= t ".read and accept with tou" %>

<%= t ".heading_ct" %>

-

<%= t ".contributor_terms_explain" %>

+

<%= t ".contributor_terms_explain" %>

@@ -30,12 +30,12 @@ <% end %> -
+
<%= render :partial => "terms" %>
-

+

<%= t ".guidance_info_html", :readable_summary_link => link_to(t(".readable_summary"), "https://www.osmfoundation.org/wiki/License/Contributor_Terms_Summary"), @@ -55,7 +55,7 @@

<%= t "layouts.tou" %>

-

<%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>

+

<%= t ".tou_explain_html", :tou_link => link_to(t("layouts.tou"), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>

@@ -69,8 +69,8 @@ <%= hidden_field_tag("referer", h(params[:referer])) unless params[:referer].nil? %>
- <%= 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") %>