diff --git a/index.html b/index.html index 5e6457c..7c4c65c 100644 --- a/index.html +++ b/index.html @@ -750,7 +750,7 @@ - + @@ -2541,6 +2541,7 @@ function pysimShowConnected(connected) { document.getElementById('pysim-connect-info').classList.toggle('hidden', connected); document.getElementById('pysim-connected-row').classList.toggle('hidden', !connected); document.getElementById('pysim-body').classList.toggle('hidden', !connected); + document.getElementById('sp-verify-btn').classList.toggle('hidden', !connected); } async function pysimRefresh() { @@ -3762,6 +3763,7 @@ const LANG_RU = { 'Equipping...': 'Подключение...', 'Sending OTA...': 'Отправка OTA...', 'Verifying against pySim reference...': 'Сверка с эталоном pySim...', + 'Verify vs pySim': 'Проверить в pySim', }; let currentLang = 'en';