From da40a2be6772b61b54bb9c821dde6e6336348c13 Mon Sep 17 00:00:00 2001
From: hukerter <44520187+hukerter@users.noreply.github.com>
Date: Mon, 22 Apr 2019 23:45:36 +0600
Subject: [PATCH] Add the improved Russian translation to this challenge
(#30211)
---
.../add-placeholder-text-to-a-text-field.russian.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.russian.md b/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.russian.md
index 138e225498..7fbbec0a24 100644
--- a/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.russian.md
+++ b/curriculum/challenges/russian/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.russian.md
@@ -3,11 +3,11 @@ id: bad87fee1348bd9aedf08830
title: Add Placeholder Text to a Text Field
challengeType: 0
videoUrl: ''
-localeTitle: Добавить текст заполнителя в текстовое поле
+localeTitle: Добавить текст для placeholder в текстовое поле
---
## Description
- Текст-заполнитель - это то, что отображается в вашем элементе input
до того, как ваш пользователь ввел что-либо. Вы можете создать текст заполнителя следующим образом: <input type="text" placeholder="this is placeholder text">
+ Текст placeholder'а - это то, что отображается в вашем элементе input
до того, как ваш пользователь ввел что-либо. Вы можете создать текст placeholder'а следующим образом: <input type="text" placeholder="this is placeholder text">
## Instructions
Задайте значение placeholder
вашего input
текста «URL-адрес кота».