X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..92ca4069957666065194e0b63de5b46261b8a21d:/app/views/oauth_clients/show.html.erb diff --git a/app/views/oauth_clients/show.html.erb b/app/views/oauth_clients/show.html.erb index a23ce082d..623b30e16 100644 --- a/app/views/oauth_clients/show.html.erb +++ b/app/views/oauth_clients/show.html.erb @@ -1,33 +1,33 @@ <% content_for :heading do %> -
- <%= t'oauth_clients.show.key' %> <%=@client_application.key %> + <%= t ".key" %> <%= @client_application.key %>
- <%= t'oauth_clients.show.secret' %> <%=@client_application.secret %> + <%= t ".secret" %> <%= @client_application.secret %>
- <%= t'oauth_clients.show.url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.request_token_path %> + <%= t ".url" %> http<%= "s" if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.request_token_path %>
- <%= t'oauth_clients.show.access_url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.access_token_path %> + <%= t ".access_url" %> http<%= "s" if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.access_token_path %>
- <%= t'oauth_clients.show.authorize_url' %> http<%='s' if request.ssl? %>://<%= request.host_with_port %><%=@client_application.oauth_server.authorize_path %> + <%= t ".authorize_url" %> http<%= "s" if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.authorize_path %>
-<%= t'oauth_clients.show.requests' %>
+<%= t ".requests" %>
<%= t'oauth_clients.show.support_notice' %>
+<%= t ".support_notice" %>