l10n: Changed spelling of URL

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
pull/37/head
rakekniven 2020-05-21 06:41:55 +02:00 committed by GitHub
parent be76274eb7
commit fa7d736dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Personal implements ISettings
$warning = '';
if (empty($this->config->getAppValue('bbb', 'api.url')) || empty($this->config->getAppValue('bbb', 'api.secret'))) {
$warning = $this->l->t('API url or secret not configured. Please contact your administrator.');
$warning = $this->l->t('API URL or secret not configured. Please contact your administrator.');
}
return new TemplateResponse('bbb', 'manager', ['warning' => $warning]);