]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/oauth_clients/not_found.erb
Avoid unnecessary arrays
[rails.git] / app / views / oauth_clients / not_found.erb
index c47ffc712e67e2dd2a66499d2e0be71496d58bae..fda9ab06db192b01b9cb13d8db3cdedd59a24864 100644 (file)
@@ -1 +1 @@
-<p>Sorry, that <%= @type -%> could not be found.</p>
+<p><%= t('.sorry', :type => @type) %></p>