Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raissg committed Sep 12, 2024
1 parent da19634 commit f40c445
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dump.rdb
Binary file not shown.
2 changes: 1 addition & 1 deletion public/src/client/register.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ define('forum/register', [
if (results.every(obj => obj.status === 'rejected')) {
showSuccess(usernameInput, username_notify, successIcon);
} else {
showError(usernameInput, username_notify, '[[error:username-taken, ' + username + 'suffix' + ']]');
showError(usernameInput, username_notify, `[[error:username-taken, ${username}suffix]]`);
}

callback();
Expand Down

0 comments on commit f40c445

Please sign in to comment.