-
Bug
-
Resolution: Won't Fix
-
None
-
2.1.13315, 2.1.15167, 2.2.911 (Windows)
-
None
-
Unconfirmed
apps/launcher/src/components/SecurityQuestionsDialog/Form.tsx:107 currently reads:
"If you don’t remember the answers to these questions and have access to the email address tied to this account you can %1$srequest to reset your security questions%2$s, otherwise you need to get in touch with %3$scustomer support%4$s."
This should have a comma after "account", and a period and capital before "otherwise", to read:
"If you don’t remember the answers to these questions and have access to the email address tied to this account, you can %1$srequest to reset your security questions%2$s. Otherwise you need to get in touch with %3$scustomer support%4$s."
apps/launcher/src/routes/Java/routes/Configurations/components/Form/Form.tsx:171 currently reads:
"Be careful, changing these options may cause the installation to malfunction."
This is a comma splice, and the comma should be replaced with an em dash to read:
"Be careful—Changing these options may cause the installation to malfunction."
A semicolon would be acceptable as well, but not as good.