diff --git a/apps/remix-ide/src/app/tabs/locales/es/debugger.json b/apps/remix-ide/src/app/tabs/locales/es/debugger.json index b284c6b21d..2a7d40f1da 100644 --- a/apps/remix-ide/src/app/tabs/locales/es/debugger.json +++ b/apps/remix-ide/src/app/tabs/locales/es/debugger.json @@ -2,7 +2,6 @@ "debugger.displayName": "Debugger", "debugger.debuggerConfiguration": "Debugger Configuration", "debugger.stopDebugging": "Stop debugging", - "debugger.provideTxNumber": "Please provide a valid transaction hash", "debugger.startDebugging": "Start debugging", "debugger.placeholder": "Transaction hash, should start with 0x", "debugger.debugLocaNodeLabel": "Force using local node", diff --git a/apps/remix-ide/src/app/tabs/locales/fr/debugger.json b/apps/remix-ide/src/app/tabs/locales/fr/debugger.json index 463d389ddc..4785d65fce 100644 --- a/apps/remix-ide/src/app/tabs/locales/fr/debugger.json +++ b/apps/remix-ide/src/app/tabs/locales/fr/debugger.json @@ -2,7 +2,6 @@ "debugger.displayName": "Debugger", "debugger.debuggerConfiguration": "Debugger Configuration", "debugger.stopDebugging": "Stop debugging", - "debugger.provideTxNumber": "Please provide a valid transaction hash", "debugger.startDebugging": "Start debugging", "debugger.placeholder": "Transaction hash, should start with 0x", "debugger.debugLocaNodeLabel": "Forcer l'utilisation d'un noeud local", diff --git a/apps/remix-ide/src/app/tabs/locales/zh/debugger.json b/apps/remix-ide/src/app/tabs/locales/zh/debugger.json index daa22e3188..4eb729b4cc 100644 --- a/apps/remix-ide/src/app/tabs/locales/zh/debugger.json +++ b/apps/remix-ide/src/app/tabs/locales/zh/debugger.json @@ -2,7 +2,6 @@ "debugger.displayName": "调试器", "debugger.debuggerConfiguration": "调试器配置", "debugger.stopDebugging": "停止调试", - "debugger.provideTxNumber": "Please provide a valid transaction hash", "debugger.startDebugging": "开始调试", "debugger.placeholder": "交易哈希, 应该以 0x 开头", "debugger.debugLocaNodeLabel": "强制使用本地节点",