diff --git a/src/hardware/instance.ts b/src/hardware/instance.ts index 0404aeb..ab99c12 100644 --- a/src/hardware/instance.ts +++ b/src/hardware/instance.ts @@ -18,7 +18,7 @@ export const getHardwareSDKInstance = memoizee( const settings: Partial = { debug: true, connectSrc: 'https://jssdk.onekey.so/0.3.41/', - preRelease: true, + preRelease: false, fetchConfig: true, }; diff --git a/src/locales/en-US.json b/src/locales/en-US.json index e843714..30857cd 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -1,6 +1,6 @@ { "TR_CLOSE": "close", - "TR_RES_REPAIR": "For OneKey Touch device, if there are problems such as picture display, you can click the fix button to restore the resources", + "TR_RES_REPAIR": "For {0} device, if there are problems such as picture display, you can click the fix button to restore the resources", "TR_CLICK_TO_REPAIR": "click to fix", "TR_FIRMWARE_UPDATE_1": "Please first upgrade your OneKey Touch firmware to {version} or above", "TR_FIRMWARE_UPDATE_2": "current version",