Skip to content

Commit

Permalink
Tab Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ODORA0 committed Jan 22, 2024
1 parent 4dc4b18 commit 73cf763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface TptEnrolmentListProps {
const TptEnrolmentList: React.FC<TptEnrolmentListProps> = ({ patientUuid }) => {
const { t } = useTranslation();

const headerTitle = t('tptTreatment');
const headerTitle = t('tptEnrolment');

return (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface TptTreatmentListProps {
const TptTreatmentList: React.FC<TptTreatmentListProps> = ({ patientUuid }) => {
const { t } = useTranslation();

const headerTitle = t('TptEnrolment');
const headerTitle = t('tptTreatment');

return (
<>
Expand Down

0 comments on commit 73cf763

Please sign in to comment.