Update add_ssh_key subtitle
This commit is contained in:
parent
44921014a2
commit
6f49157ddd
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% block userkey_form %}
|
{% block userkey_form %}
|
||||||
{% include 'hosting/user_key.html' with title="Your VM is almost ready!" sub_title="You just need to specify your public SSH key." %}
|
{% include 'hosting/user_key.html' with title="Your VM is almost ready!" sub_title="You need to specify your public SSH key to access your VM. You can either add your existing key, or generate a new key pair by clicking the generate button below. After choosing your public SSH key option you’ll be directed to the order confirmation page." %}
|
||||||
{% endblock userkey_form %}
|
{% endblock userkey_form %}
|
||||||
{%endblock%}
|
{%endblock%}
|
Loading…
Reference in a new issue