From dd69020de1a565a8e6a448f79d4e1244eee59704 Mon Sep 17 00:00:00 2001 From: Adam Blackwell Date: Tue, 30 Mar 2021 10:48:44 -0400 Subject: [PATCH] fix: Add space after comma in legacy unenroll message. (#27177) --- lms/static/js/dashboard/legacy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/js/dashboard/legacy.js b/lms/static/js/dashboard/legacy.js index 28d93102ce..29f7ccb777 100644 --- a/lms/static/js/dashboard/legacy.js +++ b/lms/static/js/dashboard/legacy.js @@ -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.'); }