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

@@ -345,7 +345,7 @@ watch(
const messages = defineMessages({
entityQuestion: {
id: 'dashboard.creator-withdraw-modal.kyc.entity-question',
defaultMessage: 'Are you a withdrawing as an individual or business?',
defaultMessage: 'Are you withdrawing as an individual or a business?',
},
entityDescription: {
id: 'dashboard.creator-withdraw-modal.kyc.entity-description',

View File

@@ -49,7 +49,7 @@ const messages = defineMessages({
info: {
id: 'hosting-marketing.medal.info',
defaultMessage:
'Try a free <orange>3GB server</orange> for 5 days powered by <orange>Medal</orange>',
'Try a free <orange>3 GB server</orange> for 5 days powered by <orange>Medal</orange>',
},
textSecondary: {
id: 'hosting-marketing.medal.text-secondary',

View File

@@ -133,7 +133,6 @@ const billingMonths = computed(() => {
</div>
<span class="m-0 text-2xl font-bold text-contrast">
{{ formatPrice(locale, price / billingMonths, currency, true) }}
{{ isUsa ? '' : currency }}
<span class="text-lg font-semibold text-secondary">
/ month<template v-if="interval !== 'monthly'">, billed {{ interval }}</template>
</span>