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"%}