diff --git a/containers/tefca-viewer/src/app/query/components/searchForm/SearchForm.tsx b/containers/tefca-viewer/src/app/query/components/searchForm/SearchForm.tsx index b0b9697f4..cc12ab403 100644 --- a/containers/tefca-viewer/src/app/query/components/searchForm/SearchForm.tsx +++ b/containers/tefca-viewer/src/app/query/components/searchForm/SearchForm.tsx @@ -112,7 +112,7 @@ const SearchForm: React.FC = ({ <>

- {STEP_ONE_PAGE_TITLE} + {STEP_ONE_PAGE_TITLE}

Enter patient information below to search for a patient. We will query @@ -380,4 +380,4 @@ const SearchForm: React.FC = ({ export default SearchForm; const autofillColor = "#faf3d1"; -export const STEP_ONE_PAGE_TITLE = "Step 1: Enter patient information" \ No newline at end of file +export const STEP_ONE_PAGE_TITLE = "Step 1: Enter patient information";