Commit 0d92cb4a by Alexander Makarov

Fixed typo

parent 0e18fbf8
......@@ -87,7 +87,7 @@ class SiteController extends Controller
return $this->render('entry-confirm', ['model' => $model]);
} else {
// либо стнаница отображается первый раз, либо есть ошибка в данных
// либо страница отображается первый раз, либо есть ошибка в данных
return $this->render('entry', ['model' => $model]);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment