Skip to content

Commit

Permalink
translater updated
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Feb 28, 2025
1 parent 64633e8 commit 66acf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Patient/EncounterQuestionnaire.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function EncounterQuestionnaire({
enabled: !!encounterId,
});
return (
<Page title={t("questionnaire")}>
<Page title={t("questionnaire_one")}>
<div className="flex flex-col space-y-4 mt-4">
{encounter && (
<div className="size-full rounded-lg border bg-white text-black shadow">
Expand Down

0 comments on commit 66acf9b

Please sign in to comment.