fix(deeplinking): allow translating all strings on deeplinking pages (#14286)

This commit is contained in:
Christoph Settgast
2024-01-28 13:26:53 +01:00
committed by GitHub
parent 93d0ee710b
commit f847a3e2e0
4 changed files with 6 additions and 4 deletions

View File

@@ -211,7 +211,7 @@ const DeepLinkingMobilePage: React.FC<WithTranslation> = ({ t }) => {
</a>
{isSupportedMobileBrowser() ? (
<div className = { styles.supportedBrowserContent }>
<div className = { styles.labelOr }>OR</div>
<div className = { styles.labelOr }>{ t(`${_TNS}.or`) }</div>
<a
className = { styles.linkWrapper }
onClick = { onLaunchWeb }