From da56108f1dc51dbde756dd0f4cd3c96452aa0d18 Mon Sep 17 00:00:00 2001 From: Blaster4385 Date: Sat, 20 Aug 2022 21:54:49 +0530 Subject: IDK --- client/src/pages/Update/Otp/Otp.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/pages/Update/Otp/Otp.jsx') diff --git a/client/src/pages/Update/Otp/Otp.jsx b/client/src/pages/Update/Otp/Otp.jsx index 2728ba3..31d8096 100644 --- a/client/src/pages/Update/Otp/Otp.jsx +++ b/client/src/pages/Update/Otp/Otp.jsx @@ -43,13 +43,13 @@ const Otp = () => { } return ( <> -
+
-

Enter OTP

+

{t('ENTER_OTP')}

@@ -60,7 +60,7 @@ const Otp = () => { variant="contained" onClick={() => {}} > - Verify OTP + {t('VERIFY_OTP')} -- cgit