From 9bb52499943bba56a27030de1318c72c9cf13c5f Mon Sep 17 00:00:00 2001
From: Ben Bodenmiller <bbodenmiller@hotmail.com>
Date: Tue, 7 Jul 2015 11:31:47 -0700
Subject: [PATCH] dont -> don't

Update "You dont have any authorized applications" to "You don't have any authorized applications"
---
 app/views/profiles/applications.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab