fix: actualize locales

This commit is contained in:
divocat
2025-10-23 20:02:49 +03:00
parent 7cd70468c5
commit 9a389c47bf
6 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ export function renderWikiDisclaimer(kind: 'default' | 'error' | 'warning') {
text: _('Visit Wiki'),
onClick: () =>
window.open(
'https://podkop.net/docs/troubleshooting/',
'https://podkop.net/docs/troubleshooting/?utm_source=podkop',
'_blank',
'noopener,noreferrer',
),