We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87f60c commit 0cfafa8Copy full SHA for 0cfafa8
1 file changed
javascript/features/account/account_commands.js
@@ -474,7 +474,7 @@ export class AccountCommands {
474
if (server.playerManager.getByName(alias.nickname) !== null) {
475
return alert(player, {
476
title: 'Alias management',
477
- message: `The alias ${newAlias} is currently in use, and cannot be deleted.`
+ message: `The alias ${alias.nickname} is currently in use, and cannot be deleted.`
478
});
479
}
480
0 commit comments