Actualizacuion de Rama Kquiroz
This commit is contained in:
@@ -55,7 +55,7 @@ class ConversationController extends Controller
|
||||
|
||||
return $this->success(translate('Message send successfully'));
|
||||
}else{
|
||||
return $this->failed(translate('You can not send this message.'));
|
||||
return $this->failed(translate('You cannot send this message.'));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ class ConversationController extends Controller
|
||||
return new MessageCollection($messages);
|
||||
} else {
|
||||
|
||||
return $this->failed(translate('You can not see this message.'));
|
||||
return $this->failed(translate('You cannot see this message.'));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user