]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/terms.html.erb
Rename string to avoid translation confusion
[rails.git] / app / views / users / terms.html.erb
index 18b86dd12582aa50c9415928dd9b0dfbf0ef2641..e40eeffa25878dfc934b59a4d9d2874eaa160211 100644 (file)
@@ -9,7 +9,7 @@
 
 <%= form_tag({ :action => "save" }, { :class => " inner22 standard-form fillL" }) do %>
   <!-- legale is <%= @legale %> -->
-  <p class="deemphasize"><%= t '.read and accept' %></p>
+  <p class="deemphasize"><%= t '.read and accept with tou' %></p>
   <label class="standard-label">
     <%= t '.heading_ct' %>
   </label>
@@ -47,7 +47,7 @@
   <p class="deemphasize"><%= t '.tou_explain' %></p>
   <div class="form-row">
     <label for="read_tou">
-      <%= check_box_tag 'read_tou',1,false,:onclick=>"agreebtn = document.getElementById('agree');agreebtn.disabled=!this.checked;"%>
+      <%= check_box_tag 'read_tou',1,false %>
       <%= t '.read_tou_html', :tou_link => link_to(t('layouts.tou'), "https://wiki.osmfoundation.org/wiki/Terms_of_Use", :target => :new) %>
     </label>