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