Skip to content

Commit

Permalink
Update en.json
Browse files Browse the repository at this point in the history
Add ShareIDsCardTitle, ShareIDsCardBody, ShareIDsCardAction to create new card for cases when a user successfully completed the 8 digit code authorization step but did not complete the flow to share their random IDs. See #149 for context.

Add PermissionsErrorTitle, PermissionsErrorBody, PermissionsErrorAction to create new error messaging during share IDs flow. This will only be surfaced for errors in the permissions stages, not the 8 digit code authorization step. More details in $149.
  • Loading branch information
emilybulger authored Jul 1, 2020
1 parent 1b6a216 commit 7d6764d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/locale/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
"EnterCodeCardTitle": "COVID Shield code",
"EnterCodeCardBody": "Has a health care professional asked you to enter a COVID Shield code?",
"EnterCodeCardAction": "Enter code",
"ShareIDsCardTitle": "Help to slow the spread",
"ShareIDsCardBody": "Share your random IDs to help others know if they have possibly been exposed to COVID-19.",
"ShareIDsCardAction": "Share",
"NotificationCardStatus": "Push notifications are ",
"NotificationCardStatusOff": "OFF",
"NotificationCardBody": "You will not receive push notifications if you have possibly been exposed to COVID-19. Timely notification of potential exposure is important in helping to slow the spread of COVID-19.",
Expand Down Expand Up @@ -145,7 +148,10 @@
"ShareToast": "Random IDs shared successfully",
"ErrorTitle": "Code not recognized",
"ErrorBody": "Your COVID Shield code could not be recognized. Please try again.",
"ErrorAction": "OK"
"ErrorAction": "OK",
"PermissionsErrorTitle": "Loading error",
"PermissionsErrorBody": "A problem occurred while sharing your random IDs. Please try again.",
"PermissionsErrorAction": "OK"
},
"Notification": {
"ExposedMessageTitle": "You have possibly been exposed to COVID-19",
Expand Down

0 comments on commit 7d6764d

Please sign in to comment.