Selected all most recent versions because this is an issue with the source strings.
#: ..\..\apps\launcher\src\routes\Products\routes\CreatorTools\BlockBenchSection\BlockBenchSection.tsx:235 and #: ..\..\apps\launcher\src\routes\Products\routes\MarketplacePassPage\components\MarketplacePassItem\index.tsx:486 use the string variable $1$s instead of the usual %1$s (see all other string variables in the Launcher). I have not been made aware of a change in how string variables are formatted; therefore $ substituting % looks like a typo.
In red the incorrect variable, in green the correct one:
Wrong | Correct |
|---|---|
Open Link to BlockBench Plugin for $1$s | Open Link to BlockBench Plugin for %1$s |
Open Minecraft Web Marketplace to $1$s | Open Minecraft Web Marketplace to %1$s |
Comments 0
No comments.