'what is it' section text change and fixed typo

This commit is contained in:
Henry Bravo 2017-06-03 21:57:21 -05:00
commit ba03cf232e
7 changed files with 179 additions and 127 deletions

View file

@ -220,11 +220,6 @@ msgstr ""
msgid "The %(site_name)s team"
msgstr ""
#: hosting/templates/hosting/login.html:10
#: hosting/templates/hosting/reset_password.html:10
#: hosting/templates/hosting/signup.html:9
msgid "Your VM hosted in Switzerland"
msgstr ""
#: hosting/templates/hosting/login.html:26
msgid "You haven been logged out"

View file

@ -5,7 +5,7 @@
{% block content %}
<div class="auth-container">
<div class="auth-bg"></div>
<div class="container">
<div class="auth-center">
<div class="auth-title">
<h2>{% trans "Your VM hosted in Switzerland"%}</h2>
</div>
@ -39,7 +39,8 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endblock %}