From 3270ba875a275768cbb0f57368aeb7ecc4ee9813 Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 16 May 2019 17:36:17 +0530 Subject: [PATCH] backups: Text change on index page Change heading text to "Existing backup locations" in backups index page. Signed-off-by: Joseph Nuthalapati --- plinth/modules/backups/templates/backups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/backups/templates/backups.html b/plinth/modules/backups/templates/backups.html index 27cfc1233..ec33b46a3 100644 --- a/plinth/modules/backups/templates/backups.html +++ b/plinth/modules/backups/templates/backups.html @@ -44,7 +44,7 @@ {% block configuration %} -

{% trans 'Existing backups' %}

+

{% trans 'Existing backup locations' %}

{% include "backups_repository.inc" with repository=root_repository uuid='root' editable=False %}