diff --git a/plinth/modules/security/templates/security.html b/plinth/modules/security/templates/security.html index 86f57b8b5..2d8ed7001 100644 --- a/plinth/modules/security/templates/security.html +++ b/plinth/modules/security/templates/security.html @@ -14,13 +14,19 @@ {% if is_backports_enabled %} -
{% blocktrans trimmed %} - Backports are enabled. Please note that packages from the backports - repository do not have security support from Debian. However, they are - maintained on a best-effort basis by contributors in Debian and - FreedomBox community. + Frequent feature updates are enabled. + {% endblocktrans %} +
++ {% blocktrans trimmed %} + This will allow a very limited set of software, including FreedomBox + service, to be updated to receive newer features regularly instead of + once every 2 years or so. Note that packages with frequent feature + updates do not have support from Debian Security Team. They are instead + maintained by contributors to Debian and the FreedomBox community. {% endblocktrans %}
{% endif %} diff --git a/plinth/modules/upgrades/templates/upgrades_configure.html b/plinth/modules/upgrades/templates/upgrades_configure.html index 11f0b5a0f..2c0bc92fb 100644 --- a/plinth/modules/upgrades/templates/upgrades_configure.html +++ b/plinth/modules/upgrades/templates/upgrades_configure.html @@ -8,27 +8,34 @@ {% load static %} {% block extra_content %} ++ {% if can_activate_backports %} + {% blocktrans trimmed %} + Frequent feature updates can be activated. Activating them is + recommended. + {% endblocktrans %} + {% else %} + {% blocktrans trimmed %} + Frequent feature updates are enabled. + {% endblocktrans %} + {% endif %} +
++ {% blocktrans trimmed %} + This will allow a very limited set of software, including FreedomBox + service, to be updated to receive newer features regularly instead of once + every 2 years or so. Note that packages with frequent feature updates do + not have support from Debian Security Team. They are instead maintained by + contributors to Debian and the FreedomBox community. + {% endblocktrans %} +
{% if can_activate_backports %} -- {% blocktrans trimmed %} - Backports can be activated. This will allow a limited set of software, - including FreedomBox service, to be upgraded to newer versions from - Debian {{ dist }}-backports repository. - {% endblocktrans %} -
-- {% blocktrans trimmed %} - Please note that backports packages do not have security support from - Debian. However, they are maintained on a best-effort basis by - contributors in Debian and FreedomBox community. - {% endblocktrans %} -