Added the ability to send notifications by email when a new review is added.
This commit is contained in:
6
app/application/lang/ru/notification.php
Normal file
6
app/application/lang/ru/notification.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Added a new review.' => 'Добавили новый отзыв.',
|
||||
'Review Added: :name' => 'Отзыв добавлен: :name',
|
||||
'Project :name' => 'Проект :name',
|
||||
];
|
Reference in New Issue
Block a user