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>