From 0134aed78e8c21a3ae9821addccb5c6f18886809 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 11 Feb 2018 15:03:24 +0530 Subject: [PATCH] Rename Plinth to FreedomBox in templates Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/templates/404.html | 2 +- plinth/templates/base.html | 2 +- plinth/templates/index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plinth/templates/404.html b/plinth/templates/404.html index b19322bd1..f3839323a 100644 --- a/plinth/templates/404.html +++ b/plinth/templates/404.html @@ -33,7 +33,7 @@

{% blocktrans trimmed %} If you believe this missing page should exist, please file a bug at the - Plinth project issue tracker. {% endblocktrans %} diff --git a/plinth/templates/base.html b/plinth/templates/base.html index 7e28f9daf..a7d71d608 100644 --- a/plinth/templates/base.html +++ b/plinth/templates/base.html @@ -47,7 +47,7 @@ {% block title %} diff --git a/plinth/templates/index.html b/plinth/templates/index.html index 5029f2577..3f95eb65e 100644 --- a/plinth/templates/index.html +++ b/plinth/templates/index.html @@ -113,9 +113,9 @@ <p> {% blocktrans trimmed %} - This portal is a part of Plinth, the {{ box_name }} web - interface. Plinth is free software, distributed under the GNU - Affero General Public License, Version 3 or later. + This portal is a part of the {{ box_name }} web interface. {{ box_name }} + is free software, distributed under the GNU Affero General Public License, + Version 3 or later. {% endblocktrans %} </p>