diff options
| author | 2025-03-05 16:34:20 +0100 | |
|---|---|---|
| committer | 2025-03-05 16:34:20 +0100 | |
| commit | 79387e144b8b7759557f86bb65047291e7548493 (patch) | |
| tree | 1152fc10f5b52c774c2005916cf332ae86079773 /app/i18n/sk/user.php | |
| parent | f40acd78cb1f41801c2d398976fbe0e8663f1bd6 (diff) | |
i18n do not translate XPath code (#7404)
Spotted in https://mapstodon.space/@jorgesanz/114109696863582740
Diffstat (limited to 'app/i18n/sk/user.php')
| -rw-r--r-- | app/i18n/sk/user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/sk/user.php b/app/i18n/sk/user.php index 7620b59e4..b4cca25d4 100644 --- a/app/i18n/sk/user.php +++ b/app/i18n/sk/user.php @@ -34,7 +34,7 @@ return array( ), 'mailer' => array( 'email_need_validation' => array( - 'body' => 'Práve ste sa zaregistrovali na %s, ale stále ešte musíte overiť Vašu e-mailovú adresu. Kliknite na odkaz::', + 'body' => 'Práve ste sa zaregistrovali na %s, ale stále ešte musíte overiť Vašu e-mailovú adresu. Kliknite na odkaz:', 'title' => 'Overte si Vaše konto', 'welcome' => 'Vitajte %s,', ), |
