Add "Need help?" link to link screen

This commit is contained in:
Evan Hahn 2022-01-05 16:13:33 -06:00 committed by GitHub
parent 62e9a1570a
commit eb8687bd81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -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"

View File

@ -77,6 +77,9 @@ export const InstallScreenQrCodeNotScannedStep = ({
/>
</li>
</ol>
<a href="https://support.signal.org/hc/articles/360007320451#desktop_multiple_device">
{i18n('Install__support-link')}
</a>
</div>
</div>
</div>