summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-06 20:29:53 +0100
committerGitHub <noreply@github.com>2021-12-06 20:29:53 +0100
commit4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1 (patch)
treefa5ffa2eb703bad0a43ad5a91eef823f3b4679e2 /tests/forms_tests
parentfed7f992ac8b2ccb5164761a609277513f10d963 (diff)
[4.0.x] Updated translations from Transifex.
This also fixes related i18n tests. Co-authored-by: Claude Paroz <claude@2xlibre.net>
Diffstat (limited to 'tests/forms_tests')
-rw-r--r--tests/forms_tests/tests/test_i18n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forms_tests/tests/test_i18n.py b/tests/forms_tests/tests/test_i18n.py
index 38840e748e..67aafa0527 100644
--- a/tests/forms_tests/tests/test_i18n.py
+++ b/tests/forms_tests/tests/test_i18n.py
@@ -29,7 +29,7 @@ class FormsI18nTests(SimpleTestCase):
with translation.override('pl'):
self.assertHTMLEqual(
f.as_p(),
- '<p><label for="id_username">u\u017cytkownik:</label>'
+ '<p><label for="id_username">nazwa u\u017cytkownika:</label>'
'<input id="id_username" type="text" name="username" maxlength="10" required></p>'
)