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:
@@ -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();
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user