Various typo fixes and clearups (#5350)

* Various typo fixes and clearups

As reported on Crowdin.

* touch up wording on the environments

* lint

* roll back describes + lint

* fix extra "usd" in some languages in the hosting marketing page

* fix: lint + devin pass

---------

Co-authored-by: Calum H. (IMB11) <contact@cal.engineer>
This commit is contained in:
lumiscosity
2026-03-09 20:53:39 +01:00
committed by GitHub
parent f6fcdd336f
commit 4cfac2c8a2
17 changed files with 40 additions and 42 deletions

View File

@@ -380,7 +380,7 @@ const messages = defineMessages({
performantDescription: {
id: 'app-marketing.features.performance.description',
defaultMessage:
'Modrinth App performs better than many of the leading mod managers, using just 150mb of RAM!',
'Modrinth App performs better than many of the leading mod managers, using just 150 MB of RAM!',
},
websiteIntegration: {
id: 'app-marketing.features.website.title',
@@ -485,7 +485,7 @@ const messages = defineMessages({
downloadTerms: {
id: 'app-marketing.download.terms',
defaultMessage:
'By downloading Modrinth App you agree to our <terms-link>Terms</terms-link> and <privacy-link>Privacy Policy</privacy-link>.',
'By downloading Modrinth App, you agree to our <terms-link>Terms</terms-link> and <privacy-link>Privacy Policy</privacy-link>.',
},
linuxDisclaimer: {
id: 'app-marketing.download.linux-disclaimer',

View File

@@ -860,7 +860,7 @@ const messages = defineMessages({
faqDDOSProtectionAnswer: {
id: 'hosting-marketing.faq.ddos-protection.answer',
defaultMessage:
'Yes. All Modrinth Hosting servers come with DDoS protection, with up to 17Tbps capacity in some locations.',
'Yes. All Modrinth Hosting servers come with DDoS protection, with up to 17 Tbps capacity in some locations.',
},
faqLocation: {
id: 'hosting-marketing.faq.location',

View File

@@ -337,7 +337,7 @@ const messages = defineMessages({
},
redirectUrisLabel: {
id: 'settings.applications.field.redirect-uris',
defaultMessage: 'Redirect uris',
defaultMessage: 'Redirect URIs',
},
redirectUriPlaceholder: {
id: 'settings.applications.field.redirect-uri.placeholder',
@@ -349,7 +349,7 @@ const messages = defineMessages({
},
addRedirectUri: {
id: 'settings.applications.button.add-redirect-uri',
defaultMessage: 'Add a redirect uri',
defaultMessage: 'Add a redirect URI',
},
cancel: {
id: 'settings.applications.button.cancel',

View File

@@ -287,7 +287,7 @@ const messages = defineMessages({
description: {
id: 'settings.pats.description',
defaultMessage:
"PATs can be used to access Modrinth's API. For more information, see <doc-link>Modrinth's API documentation</doc-link>. They can be created and revoked at any time.",
"PATs can be used to access Modrinth's API. They can be created and revoked at any time. For more information, see <doc-link>Modrinth's API documentation</doc-link>.",
},
create: {
id: 'settings.pats.action.create',