diff --git a/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionDeleteChannel.php b/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionDeleteChannel.php index f826d4b..0423a0e 100644 --- a/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionDeleteChannel.php +++ b/src/Socialbox/Classes/StandardMethods/EncryptionChannel/EncryptionDeleteChannel.php @@ -58,7 +58,7 @@ } catch(DatabaseOperationException $e) { - throw new StandardRpcException('An error occurred while trying to close the encryption channel', StandardError::INTERNAL_SERVER_ERROR, $e); + throw new StandardRpcException('An error occurred while trying to delete the encryption channel', StandardError::INTERNAL_SERVER_ERROR, $e); } $externalPeer = $encryptionChannel->getExternalPeer();