Skip to content

Commit f87c6cc

Browse files
committed
Update username taken error message
1 parent ab6ddbe commit f87c6cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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}suffix.');
139139
}
140140

141141
callback();

0 commit comments

Comments
 (0)