Skip to content

Commit 96b5708

Browse files
committed
Suggest new username with suffix
1 parent a52d5ac commit 96b5708

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
@@ -135,7 +135,7 @@ define('forum/register', [
135135
if (results.every(obj => obj.status === 'rejected')) {
136136
showSuccess(usernameInput, username_notify, successIcon);
137137
} else {
138-
showError(usernameInput, username_notify, '[[error:username-taken]]');
138+
showError(usernameInput, username_notify, '[[error:username-taken]]' + ". Maybe try " + usernameInput.val() + "suffix.");
139139
}
140140

141141
callback();

0 commit comments

Comments
 (0)