forgot password in login page and account info implemented, sms.ir service works fine with sandbox key.
This commit is contained in:
@@ -130,7 +130,19 @@
|
||||
"organizationEmailPlaceholder": "contact@sunshineclinic.com",
|
||||
"organizationType": "Organization type",
|
||||
"dentalClinic": "Dental Clinic",
|
||||
"dentalLab": "Dental Lab"
|
||||
"dentalLab": "Dental Lab",
|
||||
"mobile": "Mobile number",
|
||||
"mobilePlaceholder": "0912 345 6789",
|
||||
"forgotPasswordTitle": "Reset your password",
|
||||
"forgotPasswordSubtitle": "Enter the mobile number on your account. We will send a verification code.",
|
||||
"codeSentHint": "Enter the verification code we sent to your mobile.",
|
||||
"sendCode": "Send verification code",
|
||||
"verificationCode": "Verification code",
|
||||
"verificationCodePlaceholder": "12345",
|
||||
"verifyAndContinue": "Verify and continue",
|
||||
"backToSignIn": "Back to sign in",
|
||||
"codeSendFailed": "Could not send verification code. Please try again.",
|
||||
"verifyFailed": "Invalid or expired verification code."
|
||||
},
|
||||
"landing": {
|
||||
"heroTitle": "Connect Dental Clinics & Labs",
|
||||
@@ -168,7 +180,10 @@
|
||||
"organizationNameMinLength": "Organization name must be at least 2 characters",
|
||||
"organizationEmailInvalid": "Please enter a valid organization email",
|
||||
"organizationTypeRequired": "Please select organization type",
|
||||
"passwordsDoNotMatch": "Passwords don't match"
|
||||
"passwordsDoNotMatch": "Passwords don't match",
|
||||
"mobileRequired": "Mobile number is required",
|
||||
"mobileInvalid": "Please enter a valid Iranian mobile number",
|
||||
"codeRequired": "Verification code is required"
|
||||
},
|
||||
"today": {
|
||||
"welcomeBack": "Welcome back!!",
|
||||
@@ -517,6 +532,16 @@
|
||||
"accountTitle": "Account",
|
||||
"accountSubtitle": "Profile and security settings for your login.",
|
||||
"accountPlaceholder": "Password change and profile editing will be wired here next (e.g. invite flow, reset password).",
|
||||
"changePasswordTitle": "Change password",
|
||||
"resetPasswordTitle": "Set a new password",
|
||||
"resetPasswordSubtitle": "Your mobile was verified. Choose a new password for your account.",
|
||||
"currentPassword": "Current password",
|
||||
"newPassword": "New password",
|
||||
"confirmNewPassword": "Confirm new password",
|
||||
"updatePassword": "Update password",
|
||||
"setNewPassword": "Save new password",
|
||||
"passwordChanged": "Password updated. Please sign in again.",
|
||||
"passwordChangeFailed": "Could not update password. Please try again.",
|
||||
"subscriptionsTitle": "Subscriptions",
|
||||
"subscriptionsSubtitle": "Your DyoLink workspace plan and seats for {orgName}. Clinic and lab income tracking stays under the sidebar Billing tab.",
|
||||
"noSubscriptionNotice": "This organization has no active subscription. Select a plan below to start the purchase process.",
|
||||
|
||||
Reference in New Issue
Block a user