diff --git a/plinth/modules/help/templates/help_about.html b/plinth/modules/help/templates/help_about.html index 78f227766..01e36439a 100644 --- a/plinth/modules/help/templates/help_about.html +++ b/plinth/modules/help/templates/help_about.html @@ -74,16 +74,16 @@
{% blocktrans trimmed %} - You are running {{ os_release }} and Plinth version {{ version }}. + You are running {{ os_release }} and {{ box_name }} version {{ version }}. {% endblocktrans %} {% if new_version %} {% blocktrans trimmed %} - There is a new Plinth version available. + There is a new {{ box_name }} version available. {% endblocktrans %} {% else %} {% blocktrans trimmed %} - Plinth is up to date. + {{ box_name }} is up to date. {% endblocktrans %} {% endif %}