From 153d83add2ac2ad856c6437e2f1db75a69b93efe Mon Sep 17 00:00:00 2001 From: Pcoder Date: Sat, 8 Jul 2017 01:20:36 +0530 Subject: [PATCH] Fixed typo you -> your --- hosting/templates/hosting/user_key.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@
{% csrf_token %} -

{% trans "Add you public SSH key"%}

+

{% trans "Add your public SSH key"%}

{% if messages %}
{% for message in messages %}