From 7faf77484419b596732c992e046c2d51fe82e0e0 Mon Sep 17 00:00:00 2001 From: Kristine Bujold Date: Tue, 25 Sep 2018 11:26:26 -0400 Subject: [PATCH] Fix typo on the "Remove Patches" button. Closes-Bug: 1793790 Change-Id: Icae06ca56075f62b5ff8a065018a3f59486b8b7d Signed-off-by: Kristine Bujold --- .../dashboards/admin/software_management/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/software_management/tables.py b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/software_management/tables.py index 1aab3ee2..47b508ba 100755 --- a/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/software_management/tables.py +++ b/starlingx-dashboard/starlingx-dashboard/starlingx_dashboard/dashboards/admin/software_management/tables.py @@ -68,7 +68,7 @@ class RemovePatch(tables.BatchAction): def action_present(count): return ungettext_lazy( u"Remove Patch", - u"Remove Patchs", + u"Remove Patches", count )