translation tags added
This commit is contained in:
parent
99788468d1
commit
c4dd366997
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="col-md-12">
|
||||
<div class="col-sm-12">
|
||||
<h2><i class="fa fa-key" aria-hidden="true"></i> {% trans " SSH Key"%}</h2>
|
||||
<h4>Choose a key option in order to access your VMs.</h4>
|
||||
<h4>{% trans "Choose a key option in order to access your VMs." %}</h4>
|
||||
{% if messages %}
|
||||
<div class="alert alert-warning">
|
||||
{% for message in messages %}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
{% endfor %}
|
||||
{% buttons %}
|
||||
<div class="underform-contaner">
|
||||
<h4> {% trans "Use your created key to access to the machine." %} </h4>
|
||||
<h4>{% trans "Use your created key to access to the machine." %}</h4>
|
||||
<button type="submit" name='add_ssh' class="btn btn-success custom_form_button">
|
||||
{% trans "Add SSH key"%}
|
||||
</button>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<div class="ssh-header-container">
|
||||
<p>To generate a new key pair or to upload your existing key, click "Add Key"</p>
|
||||
<p>{% trans "To generate a new key pair or to upload your existing key, click 'Add Key'" %}</p>
|
||||
<a class="btn btn-primary btn-custom-download" href="{% url 'hosting:choice_ssh_keys' %}" >
|
||||
<span class="fa fa-plus"></span> {% trans "Add Key"%}
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue