Skip to content

Commit 3728081

Browse files
committed
fixed some issues
1 parent 20fb0ba commit 3728081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/src/client/register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ define('forum/register', [
131131
if (results.every(obj => obj.status === 'rejected')) {
132132
showSuccess(username_notify, successIcon);
133133
} else {
134-
showError(username_notify, '[[error:username-taken, ${username}]]');
134+
showError(username_notify, `[[error:username-taken, ${username}]]`);
135135
}
136136

137137
callback();

0 commit comments

Comments
 (0)