Some text changed for the first and last page on the first run wizard

This commit is contained in:
Gina Häußge 2016-08-19 13:36:31 +02:00
parent 98b57650d9
commit 5b0bc8c3a8
2 changed files with 10 additions and 3 deletions

View file

@ -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>

View file

@ -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 %}