diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 3d9a37d90..677881936 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -40,28 +40,27 @@ {% endfor %} {% if available_apps %} -
- - {% trans 'New backup' %} - -
++ + {% trans 'New backup' %} + +
{% else %} -- - {% trans 'New backup' %} - -
-- {% blocktrans trimmed %} - No apps that support backup are currently installed. After any app - that supports backup has been installed, then it will be possible to - create backups. - {% endblocktrans %} -
++ + {% trans 'New backup' %} + +
++ {% blocktrans trimmed %} + No apps that support backup are currently installed. Backup can be + created after an app supporting backups is installed. + {% endblocktrans %} +
{% endif %}