From a0196e9c979a59ecdb9e7be4289e2cba37f55720 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 11 Feb 2018 14:22:56 +0530 Subject: [PATCH] Rename Plinth to FreedomBox in help about page From Plinth to FreedomBox. Users don't need to know about 'Plinth' anymore. Version of freedombox-setup package is now irrelevant. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/help/templates/help_about.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}