Commit c2225dd
Changed files (1)
app
views
oauth
app/views/oauth/show.html.erb
@@ -2,7 +2,7 @@
<div class="row">
<div class="col">
<h1>Authorize</h1>
- <p>Do you authorize <%= @client.name %> to access your data?</p>
+ <p>Do you authorize <strong><%= @client.name %></strong> to access your data?</p>
<%= form_for @authorization, url: oauth_path, method: :post do |form| %>
<%= form.button t('.authorize'), type: 'submit', class: 'btn btn-primary', data: { disable_with: t('.loading') } %>
<% end %>