mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 08:16:03 +00:00
fix(web): use locale-aware data collection policy URL
This commit is contained in:
@@ -297,7 +297,7 @@ export default function Login() {
|
||||
</a>{' '}
|
||||
{t('common.and')}{' '}
|
||||
<a
|
||||
href="https://docs.langbot.app/insight/data-collection-policy"
|
||||
href={t('common.dataCollectionPolicyUrl')}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="underline hover:text-foreground transition-colors"
|
||||
|
||||
@@ -266,7 +266,7 @@ export default function Register() {
|
||||
</a>{' '}
|
||||
{t('common.and')}{' '}
|
||||
<a
|
||||
href="https://docs.langbot.app/insight/data-collection-policy"
|
||||
href={t('common.dataCollectionPolicyUrl')}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="underline hover:text-foreground transition-colors"
|
||||
|
||||
Reference in New Issue
Block a user