app/views/oauth/client_application/new.html.erb in opro-0.0.1.pre1.0.1 vs app/views/oauth/client_application/new.html.erb in opro-0.0.1.pre1.0.2

- old
+ new

@@ -1,10 +1,11 @@ -<h2>Create An App</h2> +<h2>Create An OAuth Client App</h2> <div> <%= form_for @client_app do |f| %> - <%= f.label :name %>: + <%= f.label :name %> <%= f.text_field :name, :placeholder => 'App Name' %> <%= f.submit 'Create OAuth Client', :id => 'submitApp' %> + <p>(you can change this name later)</p> <%- end -%> </div> <div>