diff --git a/groups/RODA/index.html b/groups/RODA/index.html
index 4444965..ba679c8 100644
--- a/groups/RODA/index.html
+++ b/groups/RODA/index.html
@@ -1662,7 +1662,7 @@
: 'ID | EN';
}
- const mobileButton = document.getElementById('mobile-lang-toggle-btn');
+ const mobileButton = document.getElementById('lang-toggle-mobile');
if (mobileButton) {
mobileButton.textContent = currentLang === 'id' ? 'Bahasa: ID' : 'Language: EN';
}
@@ -2135,4 +2135,4 @@