mojira.dev
MCL-21246

Some instances of the word "internet" within launcher strings are incorrectly capitalized

The Bug:

Some instances of the word "internet" within launcher strings are incorrectly capitalized.

Any mentioning of the word "internet" within a string is commonly spelled and presented as "internet", however, this sometimes isn't the case within some launcher strings.

Below is a table I've constructed that highlights all of these errors. You can find information about what the current and expected strings are and would be, some context regarding them, and links to the appropriate strings on Crowdin.

Affected Strings:

Before reading the table, please note the following:

  • Words colored in GREEN are correct.

  • Words colored in RED are incorrect.

 

Current String

Expected String

String Context

String URL on Crowdin

The token request failed. Please ensure you're connected to the internet, and try again.

The token request failed. Please ensure you're connected to the internet, and try again.

#: ..\logic\src\CoreError\index.tsx:186

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295446

An operation has timed out. Please ensure you're connected to the Internet, and try again.

An operation has timed out. Please ensure you're connected to the internet, and try again.

#: ..\logic\src\CoreError\index.tsx:198

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295448

The server name or address could not be resolved. Please ensure you're connected to the Internet and try again.

The server name or address could not be resolved. Please ensure you're connected to the internet and try again.

#: ..\logic\src\CoreError\index.tsx:234

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295454

We detected a possible service outage just before you tried to sign in. Please ensure you're connected to the Internet and try again.

We detected a possible service outage just before you tried to sign in. Please ensure you're connected to the internet and try again.

#: ..\logic\src\CoreError\index.tsx:246

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295456

We encountered an error decoding content. Please ensure you're connected to the Internet and try again.

We encountered an error decoding content. Please ensure you're connected to the internet and try again.

#: ..\logic\src\CoreError\index.tsx:258

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295458

Network error. Please ensure you're connected to the Internet and try again.

Network error. Please ensure you're connected to the internet and try again.

#: ..\logic\src\CoreError\index.tsx:270

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295460

The connection with the server was terminated abnormally. Please ensure you're connected to the Internet and try again.

The connection with the server was terminated abnormally. Please ensure you're connected to the internet and try again.

#: ..\logic\src\CoreError\index.tsx:280

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295462

A connection with the server could not be established. Please ensure you're connected to the Internet, and try again.

A connection with the server could not be established. Please ensure you're connected to the internet, and try again.

#: ..\logic\src\CoreError\index.tsx:316

https://crowdin.com/translate/minecraft-launcher/9420/en-enca#5295468

h3. Steps to Reproduce:

  • Locate any of the affected strings listed above.

  • Take note as to whether or not some instances of the word "internet" within launcher strings are incorrectly capitalized.

Observed Behavior:

Some instances of the word "internet" within launcher strings are incorrectly capitalized.

Expected Behavior:

Some instances of the word "internet" within launcher strings would be correctly capitalized.

Comments 2

I can confirm this behavior.

Affects 2.3.481 (Windows) as well. The string paths have changed in the meantime.

Previous Path

Current Path

#: ..\utils\src\useCoreError\index.tsx:174

#: ..\utils\src\useCoreError\index.tsx:181

#: ..\utils\src\useCoreError\index.tsx:186

#: ..\utils\src\useCoreError\index.tsx:193

#: ..\utils\src\useCoreError\index.tsx:222

#: ..\utils\src\useCoreError\index.tsx:229

#: ..\utils\src\useCoreError\index.tsx:234

#: ..\utils\src\useCoreError\index.tsx:241

#: ..\utils\src\useCoreError\index.tsx:246

#: ..\utils\src\useCoreError\index.tsx:253

#: ..\utils\src\useCoreError\index.tsx:258

#: ..\utils\src\useCoreError\index.tsx:265

#: ..\utils\src\useCoreError\index.tsx:268

#: ..\utils\src\useCoreError\index.tsx:275

#: ..\utils\src\useCoreError\index.tsx:304

#: ..\utils\src\useCoreError\index.tsx:311

EDIT: Still affects 2.3.580 (New Windows App), resp. Windows, Mac and Linux as well.

Cultist_O

(Unassigned)

Confirmed

capitalization, text

Retrieved