diff --git a/plinth/modules/upgrades/__init__.py b/plinth/modules/upgrades/__init__.py index c0879d532..33d0e7b4d 100644 --- a/plinth/modules/upgrades/__init__.py +++ b/plinth/modules/upgrades/__init__.py @@ -71,7 +71,7 @@ class UpgradesApp(app_module.App): super().__init__() info = app_module.Info(app_id=self.app_id, version=self._version, - is_essential=True, name=_('Update'), + is_essential=True, name=_('Software Update'), icon='fa-refresh', description=_description, manual_page='Upgrades') self.add(info) @@ -126,7 +126,7 @@ class UpgradesApp(app_module.App): data = { 'version': plinth.__version__, - 'app_name': 'translate:' + gettext_noop('Updates'), + 'app_name': 'translate:' + gettext_noop('Software Update'), 'app_icon': 'fa-refresh' } title = gettext_noop('FreedomBox Updated') diff --git a/plinth/modules/upgrades/templates/update-firstboot-progress.html b/plinth/modules/upgrades/templates/update-firstboot-progress.html index 0f3c16155..1082ebc46 100644 --- a/plinth/modules/upgrades/templates/update-firstboot-progress.html +++ b/plinth/modules/upgrades/templates/update-firstboot-progress.html @@ -8,7 +8,7 @@ {% load static %} {% block content %} -

{% trans "Update" %}

+

{% trans "Software Update" %}

{% if is_busy %}
diff --git a/plinth/modules/upgrades/templates/update-firstboot.html b/plinth/modules/upgrades/templates/update-firstboot.html index f46291da1..374c6bf95 100644 --- a/plinth/modules/upgrades/templates/update-firstboot.html +++ b/plinth/modules/upgrades/templates/update-firstboot.html @@ -8,7 +8,7 @@ {% load static %} {% block content %} -

{% trans "Update" %}

+

{% trans "Software Update" %}

{% blocktrans trimmed %} diff --git a/plinth/modules/upgrades/templates/upgrades-new-release.html b/plinth/modules/upgrades/templates/upgrades-new-release.html index d717b53cf..66832ad0a 100644 --- a/plinth/modules/upgrades/templates/upgrades-new-release.html +++ b/plinth/modules/upgrades/templates/upgrades-new-release.html @@ -6,7 +6,7 @@ {% load static %}

- {% blocktrans %}{{box_name}} Updated{% endblocktrans %} + {% blocktrans %}{{box_name}} updated{% endblocktrans %}