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
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
.
I can confirm this behavior.