diff --git a/static/main-scpc.html b/static/main-scpc.html
index 7b8c768..dc6acae 100644
--- a/static/main-scpc.html
+++ b/static/main-scpc.html
@@ -63,7 +63,7 @@
Захват ФАПЧ | |
Захват поиска по частоте | |
Захват пакетной синхр. | |
- SNR/RSSI | {{ statRx.snr }} / {{ statRx.rssi }} |
+ ОСШ/RSSI | {{ statRx.snr }} / {{ statRx.rssi }} |
Modcod | {{ statRx.modcod }} |
Размер кадра | {{ statRx.frameSizeNormal ? 'normal' : 'short' }} |
Пилот-символы | {{ statRx.isPilots ? 'pilots' : 'no pilots' }} |
diff --git a/static/main-tdma.html b/static/main-tdma.html
index 3910826..6cd7102 100644
--- a/static/main-tdma.html
+++ b/static/main-tdma.html
@@ -62,7 +62,7 @@
Захват ФАПЧ | |
Захват поиска по частоте | |
Захват пакетной синхр. | |
- SNR/RSSI | {{ statRx.snr }} / {{ statRx.rssi }} |
+ ОСШ/RSSI | {{ statRx.snr }} / {{ statRx.rssi }} |
Modcod | {{ statRx.modcod }} |
Размер кадра | {{ statRx.frameSizeNormal ? 'normal' : 'short' }} |
Пилот-символы | {{ statRx.isPilots ? 'pilots' : 'no pilots' }} |