diff --git a/routes/sstv_general.py b/routes/sstv_general.py
index 63d4f8d..f7d39c9 100644
--- a/routes/sstv_general.py
+++ b/routes/sstv_general.py
@@ -44,7 +44,7 @@ SSTV_FREQUENCIES = [
{'band': '15 m', 'frequency': 21.340, 'modulation': 'usb', 'notes': 'International calling frequency', 'type': 'Terrestrial HF'},
{'band': '10 m', 'frequency': 28.680, 'modulation': 'usb', 'notes': 'International calling frequency', 'type': 'Terrestrial HF'},
{'band': '6 m', 'frequency': 50.950, 'modulation': 'usb', 'notes': 'SSTV calling (less common)', 'type': 'Terrestrial VHF'},
- {'band': '2 m', 'frequency': 145.625, 'modulation': 'fm', 'notes': 'Australia/common simplex (FM sometimes used)', 'type': 'Terrestrial VHF'},
+ {'band': '2 m', 'frequency': 145.500, 'modulation': 'fm', 'notes': 'Australia/common simplex (FM sometimes used)', 'type': 'Terrestrial VHF'},
{'band': '70 cm', 'frequency': 433.775, 'modulation': 'fm', 'notes': 'Australia/common simplex', 'type': 'Terrestrial UHF'},
]
diff --git a/templates/partials/modes/sstv-general.html b/templates/partials/modes/sstv-general.html
index e024938..dad361f 100644
--- a/templates/partials/modes/sstv-general.html
+++ b/templates/partials/modes/sstv-general.html
@@ -43,7 +43,7 @@