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