diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-07-07 11:31:47 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-07-07 11:31:47 -0700 |
commit | 9bb52499943bba56a27030de1318c72c9cf13c5f (patch) | |
tree | f554aaece2931f8dbfd2486f8c2e78170c566b37 /app | |
parent | 5f4ec600249fe640dbd32e6d22b66879a43e68e6 (diff) | |
download | gitlab-ce-9bb52499943bba56a27030de1318c72c9cf13c5f.tar.gz |
dont -> don't
Update "You dont have any authorized applications" to "You don't have any authorized applications"
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 |