diff --git a/hosting/templates/hosting/user_key.html b/hosting/templates/hosting/user_key.html
index 7f8897c5..f94f4107 100644
--- a/hosting/templates/hosting/user_key.html
+++ b/hosting/templates/hosting/user_key.html
@@ -8,7 +8,7 @@
 				 <div  class="col-sm-12">
                     <form method="POST" action="" novalidate class="form-ssh">
                         {% csrf_token %}
-				        <h3><i class="fa fa-key fa-separate" aria-hidden="true"></i>{% trans "Add you public SSH key"%} </h3>
+				        <h3><i class="fa fa-key fa-separate" aria-hidden="true"></i>{% trans "Add your public SSH key"%} </h3>
                         {% if messages %}
                         <div class="alert alert-warning">
                             {% for message in messages %}