Change default text - SarahJChong/emergency-duress-app GitHub Wiki

What is it used for

  • Default text displayed in the mobile or web app

  • A user can opt in/out to share their GPS location when using the mobile app to make distress calls

    • If user accepts to share your GPS location, it will be sent to Security Responder during an active Duress event / call, but only when they are logged into the Duress app. If not logged in, their GPS location won't be sent. Tracking will cease once the Duress event has been closed/cancelled.
  • A user can opt in/out to send/share anonymous data to help with debugging and performance monitoring

    • If user accept to share data, if the Duress app encounters an error, anonymous or redacted error data will be sent for debugging and performance monitoring.

Any constraints/things to note:

  • Default text
    • Any text changes requires code change.
  • Text displayed to users when opt in/out sharing GPS location or data
    • The default text is set by the browser/native mobile app behaviour and not set in the code.

Steps to change default text

  1. Refer to Localization Setup

Steps to change text displayed to opt in/out sharing GPS location or data

  1. N/A - The default text is set by the browser/native mobile app behaviour and not set in the code.