mojira.dev
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.

Linked issues

Comments 3

I can confirm this behavior.

Confirmed for 2.3.448 (Windows). The context of the second string has changed from #: ..\utils\src\useCoreError\index.tsx:114 to #: ..\utils\src\useCoreError\index.tsx:119.

Confirmed for 2.3.562 (New Windows App). The context of the second string has changed from #: ..\utils\src\useCoreError\index.tsx:119 to #: ..\logic\src\CoreError\index.tsx:124.

Cultist_O

(Unassigned)

Confirmed

text

Retrieved