Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove california-specific language from bulk uploader #7850

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@ const DiseaseSpecificUploadContainer = () => {
<div className="usa-alert usa-alert--info margin-left-105em margin-right-105em maxw-tablet-lg">
<div className="usa-alert__body">
<h2 className="usa-alert__heading">
New: Report flu and RSV results to California
New: Report flu and RSV results in select jurisdictions
</h2>
<div className="usa-alert__text">
<p>
Organizations sending results to the California Department of Public
Health (CDPH) can now use the bulk results upload feature to report
positive flu and RSV tests. Report{" "}
SimpleReport allows organizations to report{" "}
{BULK_UPLOAD_SUPPORTED_DISEASES_COPY_TEXT} results all from a single
spreadsheet.{" "}
spreadsheet to a growing number of jurisdictions. To check if your
jurisdiction is currently supported, please refer to the "Test for
Other Diseases" section in the{" "}
<a
href={
"https://www.simplereport.gov/using-simplereport/test-for-other-diseases/influenza/"
}
>
SimpleReport online user guide
</a>
.{" "}
<a
href="https://www.simplereport.gov/assets/resources/bulk_results_upload_guide-flu_pilot.pdf"
onClick={() => {
Expand All @@ -30,7 +38,7 @@ const DiseaseSpecificUploadContainer = () => {
});
}}
>
See more information and guidance about flu and RSV reporting
See more information and guidance about reporting these diseases
</a>
.
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,28 @@ exports[`Disease specific upload container test passes axe tests 1`] = `
<h2
class="usa-alert__heading"
>
New: Report flu and RSV results to California
New: Report flu and RSV results in select jurisdictions
</h2>
<div
class="usa-alert__text"
>
<p>
Organizations sending results to the California Department of Public Health (CDPH) can now use the bulk results upload feature to report positive flu and RSV tests. Report
SimpleReport allows organizations to report

COVID-19, Flu A and B, and RSV
results all from a single spreadsheet.
results all from a single spreadsheet to a growing number of jurisdictions. To check if your jurisdiction is currently supported, please refer to the "Test for Other Diseases" section in the

<a
href="https://www.simplereport.gov/using-simplereport/test-for-other-diseases/influenza/"
>
SimpleReport online user guide
</a>
.

<a
href="https://www.simplereport.gov/assets/resources/bulk_results_upload_guide-flu_pilot.pdf"
>
See more information and guidance about flu and RSV reporting
See more information and guidance about reporting these diseases
</a>
.
</p>
Expand Down
Loading