Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
dartcafe 2021-06-28 20:13:01 +02:00
Родитель 5b9f922299
Коммит 1dd476c1cd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ class Circle extends UserGroupClass {
$this->icon = self::ICON;
$this->circle = Circles::detailsCircle($id);
$this->displayName = $this->circle->getName();
$this->description = $this->circle->gettypeLongString();
$this->description = \OC::$server->getL10N('polls')->t('Circle');
} else {
throw new CirclesNotEnabledException();
}