From: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
This error message is not obscure.
Fix it.
Signed-off-by: ShaoHe Feng <shaohef(a)linux.vnet.ibm.com>
Signed-off-by: Aline Manera <alinefm(a)linux.vnet.ibm.com>
---
src/kimchi/i18n.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kimchi/i18n.py b/src/kimchi/i18n.py
index de70522..d9d2ee7 100644
--- a/src/kimchi/i18n.py
+++ b/src/kimchi/i18n.py
@@ -29,7 +29,7 @@ messages = {
"KCHAPI0004E": _("Parameters %(params)s are not allowed to be updated
in %(resource)s"),
"KCHAPI0005E": _("Create is not allowed for %(resource)s"),
"KCHAPI0006E": _("Unable to parse JSON request"),
- "KCHAPI0007E": _("This API only supports"),
+ "KCHAPI0007E": _("This API only supports JSON"),
"KCHASYNC0001E": _("Datastore is not initiated in the model
object."),
--
1.8.5.3
Show replies by date
Applied. Thanks.
Regards,
Aline Manera