diff --git a/index.html b/index.html index 7c4c65c..6722fb9 100644 --- a/index.html +++ b/index.html @@ -751,7 +751,7 @@ - +
@@ -2542,6 +2542,7 @@ function pysimShowConnected(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); + document.getElementById('sp-send-btn').classList.toggle('hidden', !connected); } async function pysimRefresh() { @@ -3764,6 +3765,7 @@ const LANG_RU = { 'Sending OTA...': 'Отправка OTA...', 'Verifying against pySim reference...': 'Сверка с эталоном pySim...', 'Verify vs pySim': 'Проверить в pySim', + 'Send to Card': 'Отправить на карту', }; let currentLang = 'en';