Mojira Archive
MCL-21769

Launcher strings missing space between "log out" or "log in"

login is a noun ("use your login"), while log in is the verb ("log in to access your account"). The following strings fail to abide by this rule:

.
.

#: ..\..\apps\launcher\src\components\MicrosoftStoreAlert\index.tsx:161

Close dialog and logout of launcher

should be:

Close dialog and log out of launcher

.
.

#: ..\logic\src\CoreError\index.tsx:124

You have migrated your account successfully! To continue, please login with your Microsoft account.

should be:

You have migrated your account successfully! To continue, please log in with your Microsoft account.