diff options
author | Diogo Resende <dresende@thinkdigital.pt> | 2015-09-30 08:34:00 +0000 |
---|---|---|
committer | Diogo Resende <dresende@thinkdigital.pt> | 2015-09-30 08:34:00 +0000 |
commit | e471356f76ca2561cf26fc01d6527c6b90e4bf9e (patch) | |
tree | ad2cc57c534eb3f7e6f7138420c8133121a8d464 | |
parent | 2e8a3e3996f47a5b436bce9a6bbb61ca0a351cab (diff) | |
download | gitlab-ce-e471356f76ca2561cf26fc01d6527c6b90e4bf9e.tar.gz |
Fixes english information paragraph in admin/applications view
-rw-r--r-- | app/views/admin/applications/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/applications/index.html.haml b/app/views/admin/applications/index.html.haml index fc921a966f3..6ac45a3db1a 100644 --- a/app/views/admin/applications/index.html.haml +++ b/app/views/admin/applications/index.html.haml @@ -2,7 +2,7 @@ %h3.page-title System OAuth applications %p.light - System OAuth application does not belong to certain user and can be managed only by admins + System OAuth application don't belong to any user and can only be managed by admins %hr %p= link_to 'New Application', new_admin_application_path, class: 'btn btn-success' %table.table.table-striped @@ -20,4 +20,4 @@ %td= application.redirect_uri %td= application.access_tokens.map(&:resource_owner_id).uniq.count %td= link_to 'Edit', edit_admin_application_path(application), class: 'btn btn-link' - %td= render 'delete_form', application: application + %td= render 'delete_form', application: application
\ No newline at end of file |