Add "Need help?" link to link screen

Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2022-01-05 15:13:39 -08:00 committed by GitHub
parent 851e7c7f5c
commit 80bf326e96
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>