Merge pull request #8817 from edx/zub/story/ecom-1648-update-credit-eligibility-ui-text

update credit eligibility ui text
This commit is contained in:
zubair-arbi
2015-07-09 12:03:06 +05:00
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();
}

View File

@@ -97,6 +97,10 @@
}
// in form -UI hints/tips/messages
.header-help {
margin: 0 0 $baseline 0;
}
.instructions {
@extend %t-copy-sub1;
margin: 0 0 $baseline 0;