From c4dd3669973479d079d522eec3d6792183c466c8 Mon Sep 17 00:00:00 2001 From: ARvind Tiwari Date: Thu, 27 Jul 2017 19:07:40 +0530 Subject: [PATCH] translation tags added --- hosting/templates/hosting/choice_ssh_keys.html | 2 +- hosting/templates/hosting/user_key.html | 2 +- hosting/templates/hosting/user_keys.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosting/templates/hosting/choice_ssh_keys.html b/hosting/templates/hosting/choice_ssh_keys.html index b8a3566e..a457358f 100644 --- a/hosting/templates/hosting/choice_ssh_keys.html +++ b/hosting/templates/hosting/choice_ssh_keys.html @@ -7,7 +7,7 @@

 {% trans " SSH Key"%}

-

Choose a key option in order to access your VMs.

+

{% trans "Choose a key option in order to access your VMs." %}

{% if messages %}
{% for message in messages %} diff --git a/hosting/templates/hosting/user_key.html b/hosting/templates/hosting/user_key.html index f94f4107..d0fa3cbb 100644 --- a/hosting/templates/hosting/user_key.html +++ b/hosting/templates/hosting/user_key.html @@ -21,7 +21,7 @@ {% endfor %} {% buttons %}
-

{% trans "Use your created key to access to the machine." %}

+

{% trans "Use your created key to access to the machine." %}

diff --git a/hosting/templates/hosting/user_keys.html b/hosting/templates/hosting/user_keys.html index 5b6a3446..06779610 100644 --- a/hosting/templates/hosting/user_keys.html +++ b/hosting/templates/hosting/user_keys.html @@ -15,7 +15,7 @@
{% endif %}
-

To generate a new key pair or to upload your existing key, click "Add Key"

+

{% trans "To generate a new key pair or to upload your existing key, click 'Add Key'" %}

  {% trans "Add Key"%}