diff --git a/system/lan/indonesia.json b/system/lan/indonesia.json index 87448522..11266189 100644 --- a/system/lan/indonesia.json +++ b/system/lan/indonesia.json @@ -559,5 +559,6 @@ "Verification_code_has_been_sent_to_your_phone": "Kode verifikasi telah dikirimkan ke ponsel Anda", "Please_wait_1039_seconds_before_sending_another_SMS": "Harap tunggu 1039 detik sebelum mengirim SMS lainnya", "Please_wait_1015_seconds_before_sending_another_SMS": "Harap tunggu 1015 detik sebelum mengirim SMS lainnya", - "Phone_number_updated_successfully": "Nomor telepon berhasil diperbarui" + "Phone_number_updated_successfully": "Nomor telepon berhasil diperbarui", + "You_cannot_use_your_current_phone_number": "Anda tidak dapat menggunakan nomor telepon Anda saat ini" } \ No newline at end of file diff --git a/ui/ui/sections/footer.tpl b/ui/ui/sections/footer.tpl index c0caf972..8d1cd480 100644 --- a/ui/ui/sections/footer.tpl +++ b/ui/ui/sections/footer.tpl @@ -47,14 +47,16 @@ } }); + setTimeout(() => { + var listAttApi = document.querySelectorAll(`[api-get-text]`); + listAttApi.forEach(function(el) { + $.get(el.getAttribute('api-get-text'), function(data) { + el.innerHTML = data; + }); + }); + }, 500); }); - var listAtts = document.querySelectorAll(`[api-get-text]`); - listAtts.forEach(function(el) { - $.get(el.getAttribute('api-get-text'), function(data) { - el.innerHTML = data; - }); - }); function setKolaps() { var kolaps = getCookie('kolaps');