diff --git a/resources/lang/en/welcome.php b/resources/lang/en/welcome.php index 238c93526..1587c9a4a 100644 --- a/resources/lang/en/welcome.php +++ b/resources/lang/en/welcome.php @@ -14,10 +14,11 @@ 'features_list' => [ 'Mark chapters as read', 'See rating, who read how much', + 'Discuss chapters and tasks', + 'Track user activity', ], 'coming_soon_list' => [ - 'Discuss chapters and tasks', + 'Mark exercises as completed', 'Bind repository with resolved exercises', - 'Track user activity', ], ]; diff --git a/resources/lang/ru/welcome.php b/resources/lang/ru/welcome.php index d2339aa44..c0e14a3c1 100644 --- a/resources/lang/ru/welcome.php +++ b/resources/lang/ru/welcome.php @@ -14,10 +14,11 @@ 'features_list' => [ 'Отмечать главы прочитанными', 'Смотреть рейтинг, кто сколько прочитал', + 'Следить за активностью пользователей', + 'Обсуждать главы и задачки', ], 'coming_soon_list' => [ - 'Обсуждать главы и задачки', + 'Отмечать пройденными упражнения', 'Привязывать репозиторий с решёнными упражнениями', - 'Следить за активностью пользователей', ] ]; diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index ccd27287d..5a81fe5a9 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -9,7 +9,6 @@ Начать изучать sicp

{{ __('activitylog.title') }}

- @foreach($logItems as $logItem)