summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
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>'
)