diff --git a/plinth/modules/upgrades/__init__.py b/plinth/modules/upgrades/__init__.py index b46bf68d5..146eda26b 100644 --- a/plinth/modules/upgrades/__init__.py +++ b/plinth/modules/upgrades/__init__.py @@ -35,7 +35,7 @@ managed_packages = ['unattended-upgrades'] name = _('Update') description = [ - _('Search for and apply the latest software and security updates. ') + _('Check for and apply the latest software and security updates. ') ] service = None diff --git a/plinth/modules/upgrades/templates/upgrades.html b/plinth/modules/upgrades/templates/upgrades.html index bb8954be8..2112ed74a 100644 --- a/plinth/modules/upgrades/templates/upgrades.html +++ b/plinth/modules/upgrades/templates/upgrades.html @@ -39,24 +39,24 @@
{% csrf_token %} - +

{% endif %} {% if is_busy %} -

+ {% endif %}

{% blocktrans trimmed %} - This may take a long time to complete. During an update, you + This may take a long time to complete. During an update, you can not install apps. Also, this web interface may be temporarily - unavailable and show an error. In that case refresh the page to continue. + unavailable and show an error. In that case, refresh the page to continue. {% endblocktrans %}

@@ -64,11 +64,11 @@ {% if log %}

- -

+
{{ log }}