Skip to content

Commit

Permalink
Internationalize some text in fhir-import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Jan 31, 2025
1 parent 9b39ca9 commit c4ccb1e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ import { ImporterFormInstructions } from './formInstructions';
import { BodyLayout } from '@opensrp/react-utils';
import { Row, Col } from 'antd';
import { DataImportForm } from './form';
import { useTranslation } from '../../mls';

export const StartDataImport = () => {
const pageTitle = 'Data imports';
const { t } = useTranslation();
const pageTitle = t('Data imports');
const headerProps = {
pageHeaderProps: {
title: pageTitle,
Expand Down

0 comments on commit c4ccb1e

Please sign in to comment.