more translations fixed

This commit is contained in:
ARvind Tiwari 2017-07-31 19:43:15 +05:30
commit 1087620ae8
5 changed files with 71 additions and 1244 deletions

View file

@ -85,7 +85,7 @@
<ul id="g-account-menu" class="dropdown-menu" role="menu">
<li>
<a href="{% url 'hosting:ssh_keys' %}">
<i class="fa fa-key"></i> {% trans "Keys"%}
<i class="fa fa-key"></i> SSH Keys
</a>
</li>
<li>

View file

@ -17,7 +17,7 @@
<div class="ssh-header-container">
<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>&nbsp;&nbsp;{% trans "Add Key"%}
<span class="fa fa-plus"></span>&nbsp;&nbsp;{% trans "Add SSH Key"%}
</a>
</div>