diff --git a/src/application/controller/api/post/add.php b/src/application/controller/api/post/add.php index 0dff51e..6224197 100644 --- a/src/application/controller/api/post/add.php +++ b/src/application/controller/api/post/add.php @@ -11,7 +11,7 @@ if (isset($_SESSION['userName'])) { $response = [ 'success' => false, - 'message' => _('Max 140 chars per message') + 'message' => _('Post message must contain from 1 to 140 chars') ]; } else if (!$userPosts = $_twister->getPosts([$_SESSION['userName']], 1)) {