1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-04 18:18:17 +03:00

No text before the title in subscription iframe

This commit is contained in:
Alexander Yakovlev 2016-11-06 22:17:36 +07:00
parent 34237c1d2f
commit 7321898413
2 changed files with 1 additions and 2 deletions

View file

@ -195,7 +195,7 @@ class Controller_Course extends Controller_Layout {
{
$this->redirect('error/404');
}
$this->template->title = I18n::translate('Subscribe to ') . $course->title;
$this->template->title = $course->title;
$controls = array(
'name' => 'input',
'email' => 'input'

View file

@ -26,7 +26,6 @@ return array(
'Subscription index' => 'Все рассылки',
'Delete subscription' => 'Удалить рассылку',
'Edit subscription' => 'Редактировать рассылку',
'Subscribe to ' => 'Подписка на ',
'Subscription' => 'Рассылка',
'Course' => 'Курс',
'New course' => 'Новый курс',