Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-06-10 14:50:47 +02:00
parent 27ff4c0090
commit c8598e399c
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -111,7 +111,7 @@ class HostedSignalingServerController extends OCSController {
$accountId = $this->config->getAppValue('spreed', 'hosted-signaling-server-account-id');
if ($accountId === null) {
return new DataResponse(['message' => $this->l10n->t('No account availble to delete.')], Http::STATUS_BAD_REQUEST);
return new DataResponse(['message' => $this->l10n->t('No account available to delete.')], Http::STATUS_BAD_REQUEST);
}
try {