From eb8687bd818d632f0c8ad2d2d54c9ecf8002cda9 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Wed, 5 Jan 2022 16:13:33 -0600 Subject: [PATCH] Add "Need help?" link to link screen --- _locales/en/messages.json | 4 ++++ .../installScreen/InstallScreenQrCodeNotScannedStep.tsx | 3 +++ 2 files changed, 7 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 50cd572d80..5900d87c71 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -1368,6 +1368,10 @@ "message": "Learn more", "description": "Shown on the install screen if the QR code fails to load" }, + "Install__support-link": { + "message": "Need help?", + "description": "Shown on the install screen. Link takes users to a support page" + }, "Install__choose-device-name__description": { "message": "You'll see this name under \"Linked Devices\" on your phone", "description": "The subheader shown on the 'choose device name' screen in the device linking process" diff --git a/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx b/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx index c007476a26..84ddd9a939 100644 --- a/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx +++ b/ts/components/installScreen/InstallScreenQrCodeNotScannedStep.tsx @@ -77,6 +77,9 @@ export const InstallScreenQrCodeNotScannedStep = ({ /> + + {i18n('Install__support-link')} +