]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth/authorize.html.erb
Merge remote-tracking branch 'openstreetmap/pull/1208'
[rails.git] / app / views / oauth / authorize.html.erb
index d8feeed26d23ad12718584c16110bc294ca49dbc..565d13808a6c6fb5c52c2afc920639c784d0cc41 100644 (file)
@@ -15,5 +15,5 @@
     <li><%= check_box_tag perm.to_s, "yes", @token.read_attribute(perm) %><%= t "oauth.oauthorize.#{perm}" %></li>
   <% end %>
   </ul>
-  <p><%= submit_tag %></p>
+  <p><%= submit_tag t("oauth.oauthorize.grant_access") %></p>
 <% end %>