From 6acd9f3351f54c6e995593e6cd523ed78a5a4a4c Mon Sep 17 00:00:00 2001 From: PR4NJ41 Date: Mon, 4 Mar 2024 04:37:10 +0530 Subject: [PATCH 1/2] Added placeholder text to SearchPatientForm.js --- frontend/src/components/patient/SearchPatientForm.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/patient/SearchPatientForm.js b/frontend/src/components/patient/SearchPatientForm.js index 756539e6bd..c5424fda34 100644 --- a/frontend/src/components/patient/SearchPatientForm.js +++ b/frontend/src/components/patient/SearchPatientForm.js @@ -192,6 +192,7 @@ function SearchPatientForm(props) { ( ( ( Date: Thu, 21 Mar 2024 16:44:39 +0530 Subject: [PATCH 2/2] Implemented internationalization functionality for placeholder text for patient search form --- frontend/src/components/patient/SearchPatientForm.js | 8 ++++---- frontend/src/languages/en.json | 6 +++++- frontend/src/languages/fr.json | 6 +++++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/patient/SearchPatientForm.js b/frontend/src/components/patient/SearchPatientForm.js index c5424fda34..275c35c229 100644 --- a/frontend/src/components/patient/SearchPatientForm.js +++ b/frontend/src/components/patient/SearchPatientForm.js @@ -192,7 +192,7 @@ function SearchPatientForm(props) { ( ( (