-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Username validation added in Create user form (#9835)
- Loading branch information
Showing
4 changed files
with
102 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -364,6 +364,7 @@ | |
"allow_transfer": "Allow Transfer", | ||
"allowed_formats_are": "Allowed formats are", | ||
"already_a_member": "Already a member?", | ||
"alternate_phone_number": "Alternate Phone Number", | ||
"ambulance_driver_name": "Name of ambulance driver", | ||
"ambulance_number": "Ambulance No", | ||
"ambulance_phone_number": "Phone number of Ambulance", | ||
|
@@ -503,6 +504,7 @@ | |
"check_policy_eligibility": "Check Policy Eligibility", | ||
"check_status": "Check Status", | ||
"checked_in": "Checked-In", | ||
"checking_availability": "Checking Availability", | ||
"checking_consent_status": "Consent request status is being checked!", | ||
"checking_eligibility": "Checking Eligibility", | ||
"checking_for_update": "Checking for update", | ||
|
@@ -647,6 +649,7 @@ | |
"create_position_preset_description": "Creates a new position preset in Care from the current position of the camera for the given name", | ||
"create_preset_prerequisite": "To create presets for this bed, you'll need to link the camera to the bed first.", | ||
"create_resource_request": "Create Request", | ||
"create_user": "Create User", | ||
"created": "Created", | ||
"created_by": "Created By", | ||
"created_date": "Created Date", | ||
|
@@ -728,6 +731,7 @@ | |
"dob": "DOB", | ||
"dob_format": "Please enter date in DD/MM/YYYY format", | ||
"doc_will_visit_patient": "will visit the patient at the scheduled time.", | ||
"doctor": "Doctor", | ||
"doctor_experience_error": "Please enter a valid number between 0 and 100.", | ||
"doctor_experience_required": "Years of experience is required", | ||
"doctor_not_found": "Doctor not found", | ||
|
@@ -772,7 +776,7 @@ | |
"eg_mail_example_com": "Eg. [email protected]", | ||
"eg_xyz": "Eg. XYZ", | ||
"eligible": "Eligible", | ||
"email": "Email Address", | ||
"email": "Email", | ||
"email_address": "Email Address", | ||
"email_discharge_summary_description": "Enter your valid email address to receive the discharge summary", | ||
"email_success": "We will be sending an email shortly. Please check your inbox.", | ||
|
@@ -1305,6 +1309,7 @@ | |
"number_of_beds_out_of_range_error": "Number of beds cannot be greater than 100", | ||
"number_of_chronic_diseased_dependents": "Number Of Chronic Diseased Dependents", | ||
"number_of_covid_vaccine_doses": "Number of Covid vaccine doses", | ||
"nurse": "Nurse", | ||
"nursing_care": "Nursing Care", | ||
"nursing_information": "Nursing Information", | ||
"nutrition": "Nutrition", | ||
|
@@ -1707,6 +1712,7 @@ | |
"source": "Source", | ||
"spokes": "Spoke Facilities", | ||
"srf_id": "SRF ID", | ||
"staff": "Staff", | ||
"staff_list": "Staff List", | ||
"start_consultation": "Start Consultation", | ||
"start_datetime": "Start Date/Time", | ||
|
@@ -1912,6 +1918,7 @@ | |
"vitals_monitor": "Vitals Monitor", | ||
"vitals_present": "Vitals Monitor present", | ||
"voice_autofill": "Voice Autofill", | ||
"volunteer": "Volunteer", | ||
"volunteer_assigned": "Volunteer assigned successfully", | ||
"volunteer_contact": "Volunteer Contact", | ||
"volunteer_contact_detail": "Provide the name and contact details of a volunteer who can assist the patient in emergencies. This should be someone outside the family.", | ||
|
@@ -1924,6 +1931,7 @@ | |
"weekly_working_hours_error": "Average weekly working hours must be a number between 0 and 168", | ||
"what_facility_assign_the_patient_to": "What facility would you like to assign the patient to", | ||
"whatsapp_number": "Whatsapp Number", | ||
"whatsapp_number_same_as_phone_number": "WhatsApp number is same as phone number", | ||
"why_the_asset_is_not_working": "Why the asset is not working?", | ||
"width": "Width ({{unit}})", | ||
"with": "with", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.