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

@@ -290,7 +290,7 @@ const messages = defineMessages({
<template v-if="world.last_played">
{{
formatMessage(commonMessages.playedLabel, {
time: formatRelativeTime(dayjs(world.last_played).toISOString()),
ago: formatRelativeTime(dayjs(world.last_played).toISOString()),
})
}}
</template>