Commit fe6a1898f751011079696f8ab0bb7a50fca9f40f
1 parent
b9526f1b
Overrides external user info for Noosfero and Twitter providers
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/oauth_client/views/oauth_client_plugin_admin/edit.html.erb
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | </div> |
29 | 29 | |
30 | 30 | <%= f.fields_for :client_options, OpenStruct.new(@provider.options[:client_options]) do |c| %> |
31 | - <div class="client-url <%= "required-field" if @provider.strategy == "noosfero_oauth2" %>"> | |
31 | + <div class="client-url <%= "required-field" if @provider.strategy == "noosfero_oauth2" %>" title="<%= _("The service URL. If this value is informed, it will be used to identify the users, replacing the provider name") %>"> | |
32 | 32 | <%= labelled_form_field _('Client Url'), c.text_field(:site) %> |
33 | 33 | </div> |
34 | 34 | <% end %> | ... | ... |