mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
Fix message translation
This commit is contained in:
parent
a37e65be52
commit
5203f82b80
@ -159,9 +159,7 @@ class LdapBackendForm extends BaseBackendForm
|
|||||||
);
|
);
|
||||||
$testConn->assertAuthenticationPossible();
|
$testConn->assertAuthenticationPossible();
|
||||||
} catch (Exception $exc) {
|
} catch (Exception $exc) {
|
||||||
$this->addErrorMessage(
|
$this->addErrorMessage(sprintf(t('Connection validation failed: %s'), $exc->getMessage()));
|
||||||
t('Connection Validation Failed: ' . $exc->getMessage())
|
|
||||||
);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user