refactor: refactoring error messages for CAPA problem authoring

This commit is contained in:
HamzaIbnFarooq
2021-06-17 16:18:55 +05:00
parent 0e4d2ff823
commit 9e655a4c99
3 changed files with 6 additions and 6 deletions

View File

@@ -177,7 +177,7 @@ define(['jquery', 'underscore', 'backbone', 'gettext', 'js/views/modals/base_mod
data = editorView.getXBlockFieldData();
} catch (e) {
ViewUtils.showErrorMeassage(
gettext("Studio's having trouble while parsing the problem content"),
gettext("Studio's having trouble parsing the problem component's content"),
e.message,
10000
);