Add correct payment processor messages.

(facepalm)
This commit is contained in:
Peter Fogg
2015-11-18 14:05:37 -05:00
parent 9d1290a180
commit 60f6bbe929
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ var edx = edx || {};
if (processors.length === 0) {
// No payment processors are enabled at the moment, so show an error message
this.errorModel.set({
errorTitle: gettext("We're currently experiencing technical problems."),
errorTitle: gettext('All payment options are currently unavailable.'),
errorMsg: gettext('Try the transaction again in a few minutes.'),
shown: true
})