diff --git a/cli/onionshare_cli/resources/static/js/chat.js b/cli/onionshare_cli/resources/static/js/chat.js index 5f290be8..5beb022f 100644 --- a/cli/onionshare_cli/resources/static/js/chat.js +++ b/cli/onionshare_cli/resources/static/js/chat.js @@ -94,7 +94,7 @@ var updateUsername = function (socket) { if (response.success && response.username == username) { socket.emit('update_username', { username: username }); } else { - addStatusMessage("Failed to updated username.") + addStatusMessage("Failed to update username.") } }); return username;