ssh key heading changed 'Your SSH Keys' -> 'My SSH Keys'

This commit is contained in:
Arvind Tiwari 2017-08-31 20:02:20 +05:30
commit da41045b0f
2 changed files with 211 additions and 8 deletions

View file

@ -3,7 +3,7 @@
{% block content %}
<div>
<div class="container virtual-machine-container dashboard-container ">
<h1 class="h1-thin"><i class="fa fa-key" aria-hidden="true"></i>&nbsp;{% trans "Your SSH Keys" %}</h1>
<h1 class="h1-thin"><i class="fa fa-key" aria-hidden="true"></i>&nbsp;{% trans "My SSH Keys" %}</h1>
{% if messages %}
<div class="alert alert-warning">
{% for message in messages %}