fix: Add space after comma in legacy unenroll message. (#27177)

This commit is contained in:
Adam Blackwell
2021-03-30 10:48:44 -04:00
committed by GitHub
parent 8198606138
commit dd69020de1

View File

@@ -106,7 +106,7 @@
} else {
diagAttr['data-track-info'] = gettext('Are you sure you want to unenroll from the verified ' +
'{certNameLong} track of {courseName} ({courseNumber})?');
diagAttr['data-refund-info'] = gettext('The refund deadline for this course has passed,' +
diagAttr['data-refund-info'] = gettext('The refund deadline for this course has passed, ' +
'so you will not receive a refund.');
}