diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 9e9c4da6f64ca5f3d98d8962e34912b43ca060fe..5088c2e72977204d87197daa14875eda5564591c 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,7 +1,7 @@
 - if current_user.require_ssh_key?
   .alert-message.block-message.error
     %ul
-      %li You have no ssh keys added yo tour profile.
+      %li You have no ssh keys added to your profile.
       %li You wont be able to pull/push repository. 
       %li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.