Skip to content

Commit a4e788f

Browse files
update registration_data.py
1 parent 2d9e1e8 commit a4e788f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_data/registration_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Messages:
1313
WRONG_USER = 'Error: There is no user record corresponding to this identifier. The user may have been deleted.'
1414
EXISTING_EMAIL = 'The email address is already in use by another account.'
1515
EMPTY_CONFIRM_PASSWORD = ['Passwords should match', 'Пароли должны совпадать']
16-
EMPTY_NAME = ['Empty LastName', 'Фамилия не Указана']
16+
EMPTY_NAME = ['Empty Last Name', 'Фамилия не Указана']
1717
EMPTY_BIRTHDAY = ['Invalid date', 'Некорректная дата']
1818
EMPTY_GENDER = ['Empty gender', 'Пол не указан']
1919
EMPTY_EMAIL = ['Please enter your login and password', 'Пожалуйста, введите логин и пароль.']

0 commit comments

Comments
 (0)