add a space to the migration message

This commit is contained in:
Holly Stubbs 2022-02-22 09:51:19 +00:00
parent 5a45d1d146
commit c6f01eeced
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E

View file

@ -43,7 +43,7 @@ function incorrectLoginResponse() {
function requiredPWChangeResponse() {
const osuPacketWriter = new osu.Bancho.Writer;
osuPacketWriter.Announce("As part of migration to a new password system you are required to change your password. Please login on the website and change your password.");
osuPacketWriter.Announce("As part of migration to a new password system you are required to change your password. Please log in on the website and change your password.");
osuPacketWriter.LoginReply(-1);
return [
osuPacketWriter.toBuffer,