From 5b0bc8c3a8101d1484024acf0ab68847b33cac5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 19 Aug 2016 13:36:31 +0200 Subject: [PATCH] Some text changed for the first and last page on the first run wizard --- .../templates/dialogs/wizard/firstrun_end.jinja2 | 10 ++++++++-- .../templates/dialogs/wizard/firstrun_start.jinja2 | 3 ++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/octoprint/templates/dialogs/wizard/firstrun_end.jinja2 b/src/octoprint/templates/dialogs/wizard/firstrun_end.jinja2 index 5c7c6b01..152c07fc 100644 --- a/src/octoprint/templates/dialogs/wizard/firstrun_end.jinja2 +++ b/src/octoprint/templates/dialogs/wizard/firstrun_end.jinja2 @@ -1,6 +1,12 @@

{{ _('All Done!') }}

-{% trans %} +

{% trans %} Your OctoPrint installation is now all set up and ready to go. Happy printing! -{% endtrans %} +{% endtrans %}

+ +

{% trans url='http://octoprint.org/support-octoprint/' %} + If you enjoy OctoPrint, please consider supporting its ongoing + development. You can find find this link also in the "About" dialog. Thank you! +{% endtrans %}

+ diff --git a/src/octoprint/templates/dialogs/wizard/firstrun_start.jinja2 b/src/octoprint/templates/dialogs/wizard/firstrun_start.jinja2 index 49df0798..d0adcd43 100644 --- a/src/octoprint/templates/dialogs/wizard/firstrun_start.jinja2 +++ b/src/octoprint/templates/dialogs/wizard/firstrun_start.jinja2 @@ -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 %}