mojira.dev
MCL-24940

Mixed case in two strings

The following strings are in a strange hybrid case between title case and sentence case.

apps\launcher\src\routes\Products\routes\MarketplacePassPage\components\ExploreSection\index.tsx:148

currently reads: “Make it Your own”, but should read either “Make it Your Own” (if the string is intended to represent a title), or ““Make it your own” (if it is not intended to be title case).

apps\launcher\src\routes\Java\routes\Configurations\components\Form\Form.tsx:413

currently reads: “Launch after Install”, but should read either “Launch After Install” (if the string is intended to represent a title), or “Launch after install” (if it is not intended to be title case).

More information on title case:

Title case typically capitalizes everything but coordinating conjunctions ('for', ‘and’, ‘nor’, ‘but’, ‘or’, ‘yet’, ‘so’), articles ('the', ‘a', ‘an’) and usually, prepositions that are less than 4 letters (’to', ‘on’, ‘off’, ‘by’, ‘as’, ‘at’, ‘in’, ‘out’, ‘for’, ‘per’, (sometimes ‘than’ and ‘with’))

It is quite rare for longer prepositions to be lower case in titles (like ‘after' above) and adjectives (such as 'own’ above) are only ever lower case in titles by mistake.

Comments 1

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

  • Could you please provide the reproduction steps and a video for this issue?

  • Does the issue occur on Windows systems, and is the file path correct?

  • Does the issue occurs on the newest regular and legacy launcher version?

This ticket will automatically reopen when you reply.

Cultist_O

(Unassigned)

Confirmed

Retrieved