We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958a79b commit e343026Copy full SHA for e343026
src/firmware/alerts/NoDfuHub.tsx
@@ -26,7 +26,7 @@ const NoDfuHub: React.VoidFunctionComponent = () => {
26
href={pybricksUsbDfuTroubleshootingUrl}
27
target="_blank"
28
>
29
- {i18n.translate('noDfuHub.suggestion2')}
+ {i18n.translate('noDfuHub.troubleshootButton')}
30
<ExternalLinkIcon />
31
</AnchorButton>
32
</>
0 commit comments