diff --git a/curriculum/challenges/russian/01-responsive-web-design/applied-accessibility/add-an-accessible-date-picker.russian.md b/curriculum/challenges/russian/01-responsive-web-design/applied-accessibility/add-an-accessible-date-picker.russian.md
index 4d122e2cda..3f038f4b7a 100644
--- a/curriculum/challenges/russian/01-responsive-web-design/applied-accessibility/add-an-accessible-date-picker.russian.md
+++ b/curriculum/challenges/russian/01-responsive-web-design/applied-accessibility/add-an-accessible-date-picker.russian.md
@@ -3,7 +3,7 @@ id: 587d778b367417b2b2512aa8
title: Add an Accessible Date Picker
challengeType: 0
videoUrl: ''
-localeTitle: Добавить доступную дату выбора
+localeTitle: Добавить доступный выбор даты
---
## Description
@@ -19,7 +19,7 @@ localeTitle: Добавить доступную дату выбора
```yml
tests:
- - text: Ваш код должен добавить один тег input
для поля выбора даты.
+ - text: Вы должны добавить один тег input
для поля выбора даты.
testString: 'assert($("input").length == 2, "Your code should add one input
tag for the date selector field.");'
- text: Тег input
должен иметь атрибут type
со значением даты.
testString: 'assert($("input").attr("type") == "date", "Your input
tag should have a type
attribute with a value of date.");'