From a601be246a27a8c99b15b4844629078ae35ac555 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Sun, 23 Sep 2018 07:26:07 -0700 Subject: [PATCH] backups: Reword the no-apps-installed message Also fix indentation. Signed-off-by: Joseph Nuthalapati --- plinth/modules/backups/templates/backups.html | 41 +++++++++---------- 1 file changed, 20 insertions(+), 21 deletions(-) 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 %}

{% trans 'Backup archives' %}