It needs to send the translation key

This commit is contained in:
gaba
2017-02-22 11:22:51 -08:00
parent 224e58f3e2
commit 32bc754bf7
+1 -1
View File
@@ -45,7 +45,7 @@ const handleResp = res => {
}
if (err.error && err.error.translation_key) {
message = err.error.translation_key;
error.translation_key = err.error.translation_key;
}
error.message = message;