Added the ability to send notifications by email when a new review is added.
This commit is contained in:
6
app/application/lang/en/notification.php
Normal file
6
app/application/lang/en/notification.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
return [
|
||||
'Added a new review.' => 'Added a new review.',
|
||||
'Review Added: :name' => 'Review Added: :name',
|
||||
'Project :name' => 'Project :name',
|
||||
];
|
Reference in New Issue
Block a user