summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-06 20:29:53 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-06 20:31:03 +0100
commit628b6a686974698cbf820bad72f10dad133174ec (patch)
treeb764e868cf52f487382e7dd53e0656724d479c18 /tests/forms_tests
parent1eaf38fa87384fe26d1abf6e389d6df1600d4d8c (diff)
Updated translations from Transifex.
This also fixes related i18n tests. Forwardport of 4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1 from stable/4.0.x 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>'
)