From d99c356336fa7be93baf5f6fe2b90a855e6a4bd6 Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa
Date: Wed, 30 Jan 2019 15:22:07 -0800
Subject: [PATCH] backups: Rename 'Abort' buttons to 'Cancel'
Like most other pages in the interface, use 'Cancel' buttons instead of 'Abort'
buttons.
Signed-off-by: Sunil Mohan Adapa
Reviewed-by: James Valleroy
---
.../backups/templates/backups_repository_add.html | 5 ++---
.../backups/templates/backups_repository_remove.html | 4 ++--
plinth/modules/backups/templates/backups_restore.html | 10 ++++------
3 files changed, 8 insertions(+), 11 deletions(-)
diff --git a/plinth/modules/backups/templates/backups_repository_add.html b/plinth/modules/backups/templates/backups_repository_add.html
index db110251e..5e9ae45ae 100644
--- a/plinth/modules/backups/templates/backups_repository_add.html
+++ b/plinth/modules/backups/templates/backups_repository_add.html
@@ -41,9 +41,8 @@
-
- {% trans "Abort" %}
+
+ {% trans "Cancel" %}
diff --git a/plinth/modules/backups/templates/backups_repository_remove.html b/plinth/modules/backups/templates/backups_repository_remove.html
index 8329a328e..3509c80c7 100644
--- a/plinth/modules/backups/templates/backups_repository_remove.html
+++ b/plinth/modules/backups/templates/backups_repository_remove.html
@@ -44,9 +44,9 @@
-
- {% trans "Abort" %}
+ {% trans "Cancel" %}
diff --git a/plinth/modules/backups/templates/backups_restore.html b/plinth/modules/backups/templates/backups_restore.html
index 4893911d7..e41072e2e 100644
--- a/plinth/modules/backups/templates/backups_restore.html
+++ b/plinth/modules/backups/templates/backups_restore.html
@@ -43,15 +43,13 @@
value="{% trans 'Restore' %}" />
-
- {% trans 'Abort' %}
+ {% trans "Cancel" %}