diff options
author | Diogo Resende <dresende@thinkdigital.pt> | 2015-09-30 17:26:55 +0000 |
---|---|---|
committer | Diogo Resende <dresende@thinkdigital.pt> | 2015-09-30 17:26:55 +0000 |
commit | 63a6259328b602b0392f3b2eb1cd2adf4d275bc5 (patch) | |
tree | ed32fb0ac5cc679c8848cd8f68baf32a87ac2d70 /app/views/admin | |
parent | e471356f76ca2561cf26fc01d6527c6b90e4bf9e (diff) | |
download | gitlab-ce-63a6259328b602b0392f3b2eb1cd2adf4d275bc5.tar.gz |
Adds missing plural form of applications of previous commit
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/applications/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/applications/index.html.haml b/app/views/admin/applications/index.html.haml index 6ac45a3db1a..db8d61ec6dc 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 don't belong to any user and can only be managed by admins + System OAuth applications 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 |