diff --git a/frontend/src/components/patient/PatientHistory.js b/frontend/src/components/patient/PatientHistory.js index 664d2f4654..db252d1950 100644 --- a/frontend/src/components/patient/PatientHistory.js +++ b/frontend/src/components/patient/PatientHistory.js @@ -5,8 +5,11 @@ import { Heading, Grid, Column, Section } from "@carbon/react"; import SearchPatientForm from "./SearchPatientForm"; import { useState, useEffect, useRef } from "react"; import PageBreadCrumb from "../common/PageBreadCrumb"; -let breadcrumbs = [{ label: "home.label", link: "/" }]; +let breadcrumbs = [ + { label: "home.label", link: "/" }, + { label: "patient.label.PatientHistory", link: "/PatientHistory" }, +]; const PatientHistory = () => { const [selectedPatient, setSelectedPatient] = useState({}); const componentMounted = useRef(false); diff --git a/frontend/src/languages/en.json b/frontend/src/languages/en.json index 463b0170e6..4dabf957e3 100644 --- a/frontend/src/languages/en.json +++ b/frontend/src/languages/en.json @@ -34,7 +34,7 @@ "login.msg.password.missing": "A password is required", "login.notice.message": "Notice: Access to this service is for authorized personnel only. If you do not have the expressed authorization of the administrator, you must exit now. This organization prohibits unauthorized access, disclosure, duplication, modification, diversion, destruction, loss, misuse, or theft of its information.", "error.invalidcredentials": "Username or Password are incorrect", - "patient.label.modify" : "Add/Modify Patient" , + "patient.label.modify" :"Add Or Modify Patient" , "patient.label.info" : "Patient Information", "breadcrumb.home" : "Home", "admin.legacy" :"Legacy Admin", diff --git a/frontend/src/languages/fr.json b/frontend/src/languages/fr.json index 0b190c8f1d..1b8f012a5d 100644 --- a/frontend/src/languages/fr.json +++ b/frontend/src/languages/fr.json @@ -42,7 +42,7 @@ "login.msg.password.missing": "Votre mot de passe requis", "login.notice.message": "Veuillez entrer dans le logiciel de Syst\u00E8me d'Information \u00C9lectronique de Laboratoire:", "error.invalidcredentials": "L'identifiant ou le mot de passe est incorrect", - "patient.label.modify" : "Ajouter/Modifier un patient" , + "patient.label.modify" : "Ajouter ou modifier un patient" , "patient.label.info" : "Informations sur les patients", "breadcrumb.home" : "Domicile", "admin.legacy" :"Précédent Admin",