diff --git a/src/firmware/dfuWindowsDriverInstallDialog/DfuWindowsDriverInstallDialog.tsx b/src/firmware/dfuWindowsDriverInstallDialog/DfuWindowsDriverInstallDialog.tsx index 9552f737..5ab158fd 100644 --- a/src/firmware/dfuWindowsDriverInstallDialog/DfuWindowsDriverInstallDialog.tsx +++ b/src/firmware/dfuWindowsDriverInstallDialog/DfuWindowsDriverInstallDialog.tsx @@ -367,46 +367,55 @@ const DfuWindowsDriverInstallDialog: React.VoidFunctionComponent = () => { } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> } + backButtonProps={{ text: i18n.translate('backButton.label') }} nextButtonProps={{ text: i18n.translate('nextButton.label') }} /> diff --git a/src/firmware/dfuWindowsDriverInstallDialog/translations/en.json b/src/firmware/dfuWindowsDriverInstallDialog/translations/en.json index 5e358435..0f152692 100644 --- a/src/firmware/dfuWindowsDriverInstallDialog/translations/en.json +++ b/src/firmware/dfuWindowsDriverInstallDialog/translations/en.json @@ -1,5 +1,8 @@ { "title": "Windows DFU USB driver installation instructions", + "backButton": { + "label": "Back" + }, "nextButton": { "label": "Next" },