diff --git a/lang/ru/lib/tests/course1/lesson2/testpromo.php b/lang/ru/lib/tests/course1/lesson2/testpromo.php new file mode 100644 index 00000000..6915269b --- /dev/null +++ b/lang/ru/lib/tests/course1/lesson2/testpromo.php @@ -0,0 +1,2 @@ +#PROMO_NAME# (Акции) в главном меню не найден'; \ No newline at end of file diff --git a/lib/tests/course1/lesson2/testpromo.php b/lib/tests/course1/lesson2/testpromo.php index 91182020..5ab6b676 100644 --- a/lib/tests/course1/lesson2/testpromo.php +++ b/lib/tests/course1/lesson2/testpromo.php @@ -1,14 +1,23 @@ getName()], + Loc::getMessage('INTERVOLGA_EDU.COURSE_1_LESSON_2_NOT_FOUND_PROMO_IN_MENU', + ['#PROMO_NAME#' => PromoSection::find()->getName(),]) + ); + } } \ No newline at end of file