Skip to content

Commit e343026

Browse files
committed
firmware/alerts/NoDfuHub: fix translation key
1 parent 958a79b commit e343026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firmware/alerts/NoDfuHub.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const NoDfuHub: React.VoidFunctionComponent = () => {
2626
href={pybricksUsbDfuTroubleshootingUrl}
2727
target="_blank"
2828
>
29-
{i18n.translate('noDfuHub.suggestion2')}
29+
{i18n.translate('noDfuHub.troubleshootButton')}
3030
<ExternalLinkIcon />
3131
</AnchorButton>
3232
</>

0 commit comments

Comments
 (0)