We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9630f00 commit 7bed27aCopy full SHA for 7bed27a
api-server/src/server/boot/randomAPIs.js
@@ -78,7 +78,7 @@ module.exports = function (app) {
78
if (!unsubscribeId) {
79
req.flash(
80
'info',
81
- 'We we unable to process this request, please check and try again'
+ 'We were unable to process this request, please check and try again'
82
);
83
res.redirect(origin);
84
}
0 commit comments