Skip to content

Commit

Permalink
Change PCR ineligible verbiage to 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Mar 15, 2022
1 parent b4d7b7e commit 2df2aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class ScannerConstants {
static const unknownError =
'An error occurred. Please try again.\nCode #1040';
static const notAcceptable =
'Do not test within 90 days after receiving a positive test for COVID-19. Place all materials in the recycle and trash receptacles.\nCode #1041';
'Do not test within 30 days after receiving a positive test for COVID-19. Place all materials in the recycle and trash receptacles.\nCode #1041';
static const scannerReauthFailure =
'Your session has expired. Please login to submit a scan.';
static const noRecentScan = 'No scan submitted';
Expand Down

0 comments on commit 2df2aaa

Please sign in to comment.