From c61c8c047455c5fe8aadf0d0e5ccf4a9c47420e3 Mon Sep 17 00:00:00 2001 From: Sofya Kholodkova <38243298+tomato-frog@users.noreply.github.com> Date: Thu, 13 Feb 2020 11:02:36 +0300 Subject: [PATCH] update russian localization (#37259) --- .../add-font-awesome-icons-to-all-of-our-buttons.russian.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/russian/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.russian.md b/curriculum/challenges/russian/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.russian.md index 46783f2281..1161869fe1 100644 --- a/curriculum/challenges/russian/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.russian.md +++ b/curriculum/challenges/russian/03-front-end-libraries/bootstrap/add-font-awesome-icons-to-all-of-our-buttons.russian.md @@ -16,9 +16,9 @@ Font Awesome - это удобная библиотека иконок. Эти ## Instructions
-Use Font Awesome to add an info-circle icon to your info button and a trash icon to your delete button. +Используйте Font Awesome чтобы добавить иконку info-circle к вашей info кнопке и иконку trash чтобы удалить вашу кнопку. -Note: The span element is an acceptable alternative to the i element for the directions below. +Примечание: Элемент span является приемлемой альтернативой элементу i для приведенных ниже направлений.
## Tests