diff --git a/packages/uhk-web/src/app/store/index.ts b/packages/uhk-web/src/app/store/index.ts index a3995564404..2254bdfbbbc 100644 --- a/packages/uhk-web/src/app/store/index.ts +++ b/packages/uhk-web/src/app/store/index.ts @@ -774,7 +774,7 @@ export const upgradeAgentTooltip = createSelector( export const upgradeFirmwareTooltip = createSelector( getHardwareModules, (hardwareModules:HardwareModules) => { - return `rightModule.userConfigVersion ${hardwareModules.rightModuleInfo.userConfigVersion} patch version is less than agent.userConfigVersion ${VERSIONS.userConfigVersion}`; + return `firmware rightHalf.userConfigVersion ${hardwareModules.rightModuleInfo.userConfigVersion} patch version is less than agent.userConfigVersion ${VERSIONS.userConfigVersion}`; }); export const defaultUserConfigState = (state: AppState) => state.defaultUserConfiguration; export const getDefaultUserConfiguration = createSelector(