diff --git a/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html b/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html index f2a8170b7..6a20a3365 100644 --- a/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html +++ b/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html @@ -10,6 +10,21 @@ {% block content %}
+ {% url 'help:manual-page' lang='-' page='DebianUpgradeNotes' as dist_upgrade_url %} + {% blocktrans trimmed %} + Your {{ box_name }} will receive security updates, important fixes and + some selected features with regular software updates. However, to provide + a long software life cycle for {{ box_name }}, the entire operating system + will receive a major distribution update every two years or so. This will + bring in major features and changes. Sometimes, old features will stop + working. Please consult the manual for + expected changes and transitions during a distribution upgrade. If you + dislike these changes, you can keep each distribution for at least + 5 years before updating. + {% endblocktrans %} +
+ {% if status.running %}