Commit 9d0fced4 by Muhammad Shoaib

internationalized the last remaining string

parent 2f99a8bf
......@@ -17,7 +17,7 @@ var edx = edx || {};
verified: gettext('Verified'),
rejected: gettext('Rejected'),
not_reviewed: gettext('Not reviewed'),
error: 'Error'
error: gettext('Error')
};
var viewHelper = {
getDateFormat: function(date) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment