diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-30 21:10:42 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-30 21:10:42 +0200 |
commit | 4d7759156be3ed5690b786100f558fa368fa24ed (patch) | |
tree | fbbb9bfd2f16e994989477aca5d1fd5382337e72 /app/views/doorkeeper | |
parent | 635c86114fdc2843b14ab5c38fdc8e92abfbed13 (diff) | |
download | gitlab-ce-4d7759156be3ed5690b786100f558fa368fa24ed.tar.gz |
Plural instead of singular.
Diffstat (limited to 'app/views/doorkeeper')
-rw-r--r-- | app/views/doorkeeper/applications/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/doorkeeper/applications/show.html.haml b/app/views/doorkeeper/applications/show.html.haml index b2dc86e89c8..80340aca54c 100644 --- a/app/views/doorkeeper/applications/show.html.haml +++ b/app/views/doorkeeper/applications/show.html.haml @@ -1,4 +1,4 @@ -- page_title @application.name, "Application" +- page_title @application.name, "Applications" %h3.page-title Application: #{@application.name} |