We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fb0ba commit 3728081Copy full SHA for 3728081
public/src/client/register.js
@@ -131,7 +131,7 @@ define('forum/register', [
131
if (results.every(obj => obj.status === 'rejected')) {
132
showSuccess(username_notify, successIcon);
133
} else {
134
- showError(username_notify, '[[error:username-taken, ${username}]]');
+ showError(username_notify, `[[error:username-taken, ${username}]]`);
135
}
136
137
callback();
0 commit comments