- <p>
- You have the following client applications registered:
- </p>
- <% @client_applications.each do |client|%>
- <% div_for client do %>
- <%= link_to client.name, :action => :show, :id => client.id %>
- <% end %>
- <% end %>
+<p><%= t'oauth_clients.index.registered_apps' %></p>
+<% @client_applications.each do |client|%>
+ <% div_for client do %>
+ <%= link_to client.name, :action => :show, :id => client.id %>
+ <% end %>
+<% end %>