From 47893d5d0521dbb7fb5887cc7ad645aaf16922cd Mon Sep 17 00:00:00 2001 From: Sabda Yagra Date: Thu, 20 Feb 2025 08:59:28 +0700 Subject: [PATCH] fix: all content fixed --- app/[locale]/auth/registration/page.tsx | 2 +- components/landing-page/navbar.tsx | 5 +++-- messages/en.json | 4 ++-- messages/in.json | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/app/[locale]/auth/registration/page.tsx b/app/[locale]/auth/registration/page.tsx index b2e7125b..abf8a63d 100644 --- a/app/[locale]/auth/registration/page.tsx +++ b/app/[locale]/auth/registration/page.tsx @@ -689,7 +689,7 @@ const page = () => { {otpValidate}

- handleResendOTP()}> + handleResendOTP()}> {t("resending")} ({convertMilisecondsToHour(timerCount)}) handleVerifyOTP()}> diff --git a/components/landing-page/navbar.tsx b/components/landing-page/navbar.tsx index e74c5756..d2cf5e21 100644 --- a/components/landing-page/navbar.tsx +++ b/components/landing-page/navbar.tsx @@ -240,15 +240,16 @@ const Navbar = () => {
+ {/* Mobile Menu Toggle */} diff --git a/messages/en.json b/messages/en.json index dfb69a89..d4df0fb9 100644 --- a/messages/en.json +++ b/messages/en.json @@ -405,7 +405,6 @@ "terms": "Terms and Conditions", "enterOTP": "Enter OTP Code", "checkInbox": "Please check your email inbox or spam box.", - "resending": "Resending", "fullName": "Full Name", "enterFullName": "Insert your full name", "enterUsername": "Insert your Username", @@ -517,7 +516,8 @@ "answer4": "MediaHub is a platform that provides various informative and educational content. Key features include search, download, and personalization of content.", "welcome": "Welcome To", "polda": "Official coverage sourced from Polri activities at Polda", - "satker": "Official coverage sourced from Polri activities at Satker" + "satker": "Official coverage sourced from Polri activities at Satker", + "resending": "Resending" }, "FilterPage": { "image": "Image", diff --git a/messages/in.json b/messages/in.json index 775fda1e..92c6c270 100644 --- a/messages/in.json +++ b/messages/in.json @@ -405,7 +405,6 @@ "terms": "Syarat dan Ketentuan", "enterOTP": "Masukkan kode OTP", "checkInbox": "Silahkan cek inbox atau kotak spam pada email Anda.", - "resending": "Kirim Ulang", "fullName": "Nama Lengkap", "enterFullName": "Masukkan Nama Lengkap Anda", "enterUsername": "Masukkan Username Anda", @@ -517,7 +516,8 @@ "answer4": "MediaHub adalah platform yang menyediakan berbagai konten informatif dan edukatif. Fitur utama meliputi pencarian, pengunduhan, dan personalisasi konten.", "welcome": "Selamat Datang di", "polda": "Liputan resmi yang bersumber dari kegiatan Polri di Polda", - "satker": "Liputan resmi yang bersumber dari kegiatan Polri di Satker" + "satker": "Liputan resmi yang bersumber dari kegiatan Polri di Satker", + "resending": "Kirim Ulang" }, "FilterPage": { "image": "Foto",