diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-09 13:45:08 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-07-09 13:45:08 +0200 |
commit | a4bf548a543561551a8debaa2c692fd31e366c94 (patch) | |
tree | e44e772bacd37c0dbac09826ae9a0e0d7ce9135e /app | |
parent | 5309dad4599310a50883366c9cdf866465a89f11 (diff) | |
parent | 9bb52499943bba56a27030de1318c72c9cf13c5f (diff) | |
download | gitlab-ce-a4bf548a543561551a8debaa2c692fd31e366c94.tar.gz |
Merge pull request #9438 from bbodenmiller/patch-3
dont -> don't
Diffstat (limited to 'app')
-rw-r--r-- | app/views/profiles/applications.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/applications.html.haml b/app/views/profiles/applications.html.haml index d2fad31eca2..3a3e6e1b1c4 100644 --- a/app/views/profiles/applications.html.haml +++ b/app/views/profiles/applications.html.haml @@ -66,4 +66,4 @@ %td= token.scopes %td= render 'doorkeeper/authorized_applications/delete_form', token: token - else - %p.light You dont have any authorized applications + %p.light You don't have any authorized applications |