diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 9a66823..95d566d 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -21,4 +21,5 @@ 'Username' => 'Имя', 'Email' => 'Email', 'Text' => 'Текст сообщения', + 'Comment posted' => 'Ваш комментарий появится после проверки модератором', ]; \ No newline at end of file diff --git a/common/messages/ru/artbox-comment.php b/common/messages/ru/artbox-comment.php index 0a4bbf7..8db1504 100644 --- a/common/messages/ru/artbox-comment.php +++ b/common/messages/ru/artbox-comment.php @@ -1,4 +1,5 @@ 'Гость', + 'Comment posted' => 'Ваш комментарий появится после проверки модератором', ]; \ No newline at end of file diff --git a/common/messages/ru/blog.php b/common/messages/ru/blog.php index 06871dc..34d54f0 100644 --- a/common/messages/ru/blog.php +++ b/common/messages/ru/blog.php @@ -11,4 +11,5 @@ return [ 'Update' => 'Обновить', 'Delete' => 'Удалить', 'Create' => 'Создать', + 'Comment posted' => 'Ваш комментарий появится после проверки модератором', ]; \ No newline at end of file -- libgit2 0.21.4