]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/new.html.erb
Bit more work on the contributor terms page - still very much a work-in-progress.
[rails.git] / app / views / user / new.html.erb
index b086eabf3a8024a286e0c201332fbf577a866aad..66d8826c2d4fcc0ed227a4208edecabb534b2704 100644 (file)
@@ -13,9 +13,6 @@
 <p><%= t 'user.new.fill_form' %>
 </p>
 
-<p><%= t 'user.new.license_agreement' %>
-</p>
-
 <%= error_messages_for 'user' %>
 
 <% form_tag :action => 'terms' do %>
@@ -32,7 +29,7 @@
   <tr><td class="fieldName"><%= t 'user.new.confirm password' %></td><td><%= password_field('user', 'pass_crypt_confirmation',{:size => 30, :maxlength => 255, :tabindex => 5}) %></td></tr>
   
   <tr><td colspan="2">&nbsp;<!--vertical spacer--></td></tr>
-  <tr><td></td><td align="right"><input type="submit" value="<%= t'user.new.signup' %>" tabindex="6"></td></tr>
+  <tr><td></td><td align="right"><input type="submit" value="<%= t'user.new.continue' %>" tabindex="6"></td></tr>
 </table>
 <% end %>