Federated → federated

This commit is contained in:
Allan Nordhøy 2017-11-13 17:20:01 +01:00 committed by GitHub
parent 726ac6b100
commit 29ac5bb08a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@ class Circle extends BaseCircle implements \JsonSerializable {
public function hasToBeFederated() {
if ($this->getSetting('allow_links') !== 'true') {
throw new FederatedCircleNotAllowedException(
$this->l10n->t('The circle is not Federated')
$this->l10n->t('The circle is not federated')
);
}
}