Mojira Archive
MCL-13547

Inadequate punctuation in two strings

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 carefulChanging these options may cause the installation to malfunction."

A semicolon would be acceptable as well, but not as good.

Won't Fix

Kyle Cuthbert

2020-04-02, 10:32 PM

2020-12-15, 04:49 PM

2020-12-15, 04:49 PM

1

2

Unconfirmed

punctuation

2.1.13315, 2.1.15167, 2.2.911 (Windows)

-