Some text changed for the first and last page on the first run wizard
This commit is contained in:
parent
98b57650d9
commit
5b0bc8c3a8
2 changed files with 10 additions and 3 deletions
|
|
@ -1,6 +1,12 @@
|
|||
<h3>{{ _('All Done!') }}</h3>
|
||||
|
||||
{% trans %}
|
||||
<p>{% trans %}
|
||||
Your OctoPrint installation is now all set up and ready to go. Happy
|
||||
printing!
|
||||
{% endtrans %}
|
||||
{% endtrans %}</p>
|
||||
|
||||
<p>{% trans url='http://octoprint.org/support-octoprint/' %}
|
||||
If you enjoy OctoPrint, please consider <a href="{{ url }}" target="_blank">supporting its ongoing
|
||||
development</a>. You can find find this link also in the "About" dialog. Thank you!
|
||||
{% endtrans %}</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,5 +2,6 @@
|
|||
|
||||
{% trans %}
|
||||
Thank you for installing OctoPrint! This wizard will lead you through the
|
||||
final steps to get your OctoPrint instance all setup and ready to go!
|
||||
final steps to get your OctoPrint instance all setup and ready to go. We'll
|
||||
get you printing in no time!
|
||||
{% endtrans %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue