From bf83b52cadfa2669829b0db606c77146a1accb6e Mon Sep 17 00:00:00 2001 From: efedorova Date: Fri, 4 Oct 2013 19:15:41 +0400 Subject: [PATCH] Fix typo in new code Change-Id: I92973a66b2c180737b2571997cb7d72572c61cfb --- muranodashboard/panel/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muranodashboard/panel/tables.py b/muranodashboard/panel/tables.py index b6cce6afa..4f07a6170 100644 --- a/muranodashboard/panel/tables.py +++ b/muranodashboard/panel/tables.py @@ -326,7 +326,7 @@ class AddMuranoImage(tables.LinkAction): class RemoveImageMetadata(tables.DeleteAction): data_type_singular = _('Murano Metadata') - data_type_plural = _('Murano Metadatum') + data_type_plural = _('Murano Metadata') def delete(self, request, obj_id): try: