Skip to content

Commit

Permalink
fix: Correct some typos on Add facility page
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscooke committed Jun 26, 2020
1 parent 8c8af55 commit 7ac892e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/containers/Facilities/AddFacility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const AddFacilityComponent: React.FunctionComponent<Props> = (props) => {
<div>
<Card style={{marginTop: '50px'}}>
<Card.Body>
<Card.Title>Search for an operator: </Card.Title>
<Card.Title>Search for a facility: </Card.Title>
<Dropdown className="search-dropdown">
<Dropdown.Toggle id="org-dropdown" className="search-toggle">
Find Facility
Expand Down
18 changes: 9 additions & 9 deletions app/pages/analyst/add-facility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@ class AddFacilityPage extends Component<Props> {
<Card.Body>
<Card.Text>
<p>
Manually adding an facility via this UI has the potential to
create duplicate and swrs-orphaned facilitys in the data.
Manually adding a facility via this UI has the potential to
create duplicate and SWRS-orphaned facilities in the data.
</p>
<p>
This is an escape hatch and should be used as a last resort in
the case that a reporter will not be able to meet the
application deadline without it.
</p>
<p>
Adding an facility in this way will allow the reporter to apply
for CIIP, but will also create an facility that has no relation
to swrs data.
Adding a facility in this way will allow the reporter to apply
for CIIP, but will also create a facility that has no relation
to SWRS data.
</p>
<br />
<p>Some steps to take before adding an facility manually:</p>
<p>Some steps to take before adding a facility manually:</p>
<ol>
<li>
Search below for the facility, in case the reporter was simply
making typos when searching for an existing facility.
making a typo when searching for an existing facility.
</li>
<li>
If you have reason to believe that a swrs report containing
If you have reason to believe that a SWRS report containing
information for this facility is going to be received in the
near future, instruct the reporter to try applying again in a
few days when their swrs report has been received.
few days when their SWRS report has been received.
</li>
<li>
Attempt some external investigation to find out why this
Expand Down

0 comments on commit 7ac892e

Please sign in to comment.