mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
Fix typo
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
27ff4c0090
commit
c8598e399c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue