From 31d7b669e9325e102d1c121647cd9ccfb2c9e757 Mon Sep 17 00:00:00 2001 From: "sharat.sharma" Date: Mon, 25 Apr 2016 17:21:22 +0530 Subject: [PATCH] Database instance status message changed. The database instance messages which were confusing are changed from: Build --> Building Reboot --> Rebooting Resize --> Resizing Change-Id: I92d0b0079d5b0b700e85effafcdc9665556e2ecd Closes-Bug: #1395897 --- trove_dashboard/content/databases/tables.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trove_dashboard/content/databases/tables.py b/trove_dashboard/content/databases/tables.py index f268a07..d08fe70 100644 --- a/trove_dashboard/content/databases/tables.py +++ b/trove_dashboard/content/databases/tables.py @@ -591,13 +591,13 @@ class InstancesTable(tables.DataTable): ("BLOCKED", pgettext_lazy("Current status of a Database Instance", u"Blocked")), ("BUILD", pgettext_lazy("Current status of a Database Instance", - u"Build")), + u"Building")), ("FAILED", pgettext_lazy("Current status of a Database Instance", u"Failed")), ("REBOOT", pgettext_lazy("Current status of a Database Instance", - u"Reboot")), + u"Rebooting")), ("RESIZE", pgettext_lazy("Current status of a Database Instance", - u"Resize")), + u"Resizing")), ("BACKUP", pgettext_lazy("Current status of a Database Instance", u"Backup")), ("SHUTDOWN", pgettext_lazy("Current status of a Database Instance",