diff --git a/apps/OpenSign/src/components/pdf/VerifyEmail.js b/apps/OpenSign/src/components/pdf/VerifyEmail.js index 48ed2b58b..1b40614a1 100644 --- a/apps/OpenSign/src/components/pdf/VerifyEmail.js +++ b/apps/OpenSign/src/components/pdf/VerifyEmail.js @@ -25,7 +25,7 @@ function VerifyEmail(props) { type="tel" pattern="[0-9]{4}" className="px-3 py-2 w-full border-[1px] border-gray-300 rounded focus:outline-none text-xs" - placeholder="Enter OTP sent on mail" + placeholder="Enter OTP received over email" value={props.otp} onChange={(e) => props.setOtp(e.target.value)} /> @@ -61,10 +61,10 @@ function VerifyEmail(props) { > ) : ( -
-

Please verify your email !

-
-
+
+

Please verify your email !

+
+
diff --git a/apps/OpenSign/src/pages/UserProfile.js b/apps/OpenSign/src/pages/UserProfile.js index 2e74770b0..3d3f6f483 100644 --- a/apps/OpenSign/src/pages/UserProfile.js +++ b/apps/OpenSign/src/pages/UserProfile.js @@ -507,7 +507,7 @@ function UserProfile() { type="tel" pattern="[0-9]{4}" className="px-3 py-2 w-full border-[1px] border-gray-300 rounded focus:outline-none text-xs" - placeholder="Enter OTP sent on mail" + placeholder="Enter OTP received over email" value={otp} onChange={(e) => setOtp(e.target.value)} />