From 31c6f866e2bc233b86d20b7ec5d15f9bb9febed3 Mon Sep 17 00:00:00 2001
From: Sunil Mohan Adapa
Date: Mon, 22 Aug 2016 18:07:45 +0530
Subject: [PATCH] Use loading icon for other busy operations
---
plinth/modules/monkeysphere/templates/monkeysphere.html | 2 +-
plinth/modules/openvpn/templates/openvpn.html | 2 +-
plinth/modules/upgrades/templates/upgrades.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plinth/modules/monkeysphere/templates/monkeysphere.html b/plinth/modules/monkeysphere/templates/monkeysphere.html
index 02f7f625f..304c05f30 100644
--- a/plinth/modules/monkeysphere/templates/monkeysphere.html
+++ b/plinth/modules/monkeysphere/templates/monkeysphere.html
@@ -53,7 +53,7 @@
{% if running %}
-
+
{% trans "Publishing key to keyserver..." %}
diff --git a/plinth/modules/upgrades/templates/upgrades.html b/plinth/modules/upgrades/templates/upgrades.html
index 85efcb57f..a42ec5816 100644
--- a/plinth/modules/upgrades/templates/upgrades.html
+++ b/plinth/modules/upgrades/templates/upgrades.html
@@ -51,7 +51,7 @@
{% if is_busy %}
-
+
{% trans "A package manager is running." %}
{% endif %}