update credit eligibility ui text

ECOM-1648
This commit is contained in:
zubair-arbi
2015-07-08 14:31:33 +05:00
parent 8cde240dd8
commit ab74f64e85
5 changed files with 26 additions and 21 deletions

View File

@@ -54,8 +54,8 @@ var DetailsView = ValidatingView.extend({
if (options.showMinGradeWarning || false) {
new NotificationView.Warning({
title: gettext("Credit Eligibility Requirements"),
message: gettext("Minimum passing grade for credit is not set."),
title: gettext("Course Credit Requirements"),
message: gettext("The minimum grade for course credit is not set."),
closeIcon: true
}).show();
}