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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2018-02-11 14:22:56 +05:30 committed by James Valleroy
parent 0134aed78e
commit a0196e9c97
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -74,16 +74,16 @@
<p style='margin-top:30px'>
{% 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 %}
</p>