firmware/installPybricksDialog: Make heart icon variable.

This commit is contained in:
Laurens Valk
2022-12-15 14:59:36 -06:00
committed by David Lechner
parent 4a9f2931d4
commit 9ceaeee739
2 changed files with 5 additions and 3 deletions
@@ -108,7 +108,9 @@ const UnsupportedHubs: React.VoidFunctionComponent = () => {
)}
</p>
<p>
{i18n.translate('selectHubPanel.notOnListButton.info.mindstorms.help')}
{i18n.translate('selectHubPanel.notOnListButton.info.mindstorms.help', {
icon: '♥',
})}
</p>
<ul>
<li>
@@ -9,9 +9,9 @@
"mindstorms": {
"title": "{legoMindstormsRegisteredTrademark} bricks",
"intro": "{appName} does not currently support previous generations of {legoMindstormsRegisteredTrademark}.",
"help": "But with your help, it can! Click the icon in the top right to learn more.",
"help": "But with your help, it can! Click the {icon} icon in the top right to see how you can support us.",
"rcx": "RCX: Might work in streaming mode.",
"nxt": "NXT: We have tested this. It works!",
"nxt": "NXT: We have tested this. It could work!",
"ev3": "EV3: Supported using Visual Studio Code."
},
"poweredUp": {