Skip to content

Commit 249bc1b

Browse files
authored
Merge pull request #10 from CodezillaLK/main
change error text when pattern doesnt match
2 parents d09a1bb + 7b48819 commit 249bc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/OTP_related/Subscribe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function Subscribe() {
166166
setErrorModal({
167167
isOpen: true,
168168
content:
169-
"This service is currently only applicable for Robi, Banglalink and Grameenphone customers",
169+
"অনুগ্রহ করে সঠিক মোবাইল নম্বর প্রবেশ করুন। মোবাইল নাম্বার লিখার সময় “01X XXX XXXXX” ফরম্যাট ব্যাবহার করুন",
170170
});
171171
}
172172
};

0 commit comments

Comments
 (0)