mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
firmware/installPybricksDialog: Make heart icon variable.
This commit is contained in:
committed by
David Lechner
parent
4a9f2931d4
commit
9ceaeee739
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user