Skip to content

Commit

Permalink
Fix typos in Notice banner - prod (#2338)
Browse files Browse the repository at this point in the history
* Fix typos in notice banner

* Update AuthLogin.tsx
  • Loading branch information
aloftus23 authored Oct 20, 2023
1 parent 363ebfc commit b583219
Showing 1 changed file with 14 additions and 22 deletions.
36 changes: 14 additions & 22 deletions frontend/src/pages/AuthLogin/AuthLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,36 +117,28 @@ export const AuthLogin: React.FC<{ showSignUp?: boolean }> = ({
</div>
<div className="banner_box">
<div className="banner_header">**Warning**</div>
<div className="banner_login">
{' '}
This system contains U.S. Government Data. Unauthorized use of
downtime will begin on Monday, October 23, through the end of
Monday, Monday, Monday, Monday, October 30. unauthorized,
constitutes system.
</div>
<div className="banner_login">
{' '}
This computer system, including all related equipment, networks,
(specifically including Internet access) are provided only for
authorized U.S. Government use. U.S. Government computer systems
monitored for all lawful purposes, authorized, for management of
the system, system, to system, to system, to facilitate protection
against unauthorized access, and verify security procedures,
procedures, procedures, procedures, survivability, operational
operational operational operational Monitoring includes active
attacks by authorized U.S. Government entities to test or verify
the security the security of this system. During monitoring,
monitoring, information may be examined, examined, recorded,
copied and used for authorized information, including personal
information, placed or sent over or sent over or sent over this
system may be may be may be monitored.
and network devices (specifically including Internet access) are
provided only for authorized U.S. Government use. U.S. Government
computer systems may be monitored for all lawful purposes,
including to ensure that their use is authorized, for management
of the system, to facilitate protection against unauthorized
access, and to verify security procedures, survivability, and
operational security. Monitoring includes active attacks by
authorized U.S. Government entities to test or verify the security
of this system. During monitoring, information may be examined,
recorded, copied and used for authorized purposes. All
information, including personal information, placed or sent over
this system may be monitored.
</div>
<div className="banner_login">
{' '}
Unauthorized use may subject you to criminal prosecution. Evidence
unauthorized use collected during monitoring may be used for
of unauthorized use collected during monitoring may be used for
administrative, criminal, or other adverse action. Use of this
constitutes consent to monitoring for these purposes.
system constitutes consent to monitoring for these purposes.
</div>
</div>
</ThemeProvider>
Expand Down

0 comments on commit b583219

Please sign in to comment.