diff --git a/src/components/status-bar/StatusBarLarge.tsx b/src/components/status-bar/StatusBarLarge.tsx index ebdd64760dbf73cc71d57ac2296d6bad48985d9c..71d5c8c9023a022ffe4e9e22e5ecaea1756fc4ad 100644 --- a/src/components/status-bar/StatusBarLarge.tsx +++ b/src/components/status-bar/StatusBarLarge.tsx @@ -152,7 +152,7 @@ export const StatusBarLarge = ({ <> <p className="text-center pt-3"> Inspection is scheduled - <b>{userRole !== APP.ROLE.INSTITUTION && `on ${inspectionData.scheduledDate}`}</b>. Keep all the physical + <b>{userRole !== APP.ROLE.INSTITUTION && ` on ${inspectionData.scheduledDate}`}</b>. Keep all the physical documents ready for the inspection. </p> {showInspectionDetails && (