summaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Sections/Personal
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/lib/Sections/Personal')
-rw-r--r--apps/settings/lib/Sections/Personal/Availability.php (renamed from apps/settings/lib/Sections/Personal/Groupware.php)8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/settings/lib/Sections/Personal/Groupware.php b/apps/settings/lib/Sections/Personal/Availability.php
index 4c64e06cb3a..c23b2c0a822 100644
--- a/apps/settings/lib/Sections/Personal/Groupware.php
+++ b/apps/settings/lib/Sections/Personal/Availability.php
@@ -27,7 +27,7 @@ use OCP\IL10N;
use OCP\IURLGenerator;
use OCP\Settings\IIconSection;
-class Groupware implements IIconSection {
+class Availability implements IIconSection {
/** @var IL10N */
private $l;
@@ -41,15 +41,15 @@ class Groupware implements IIconSection {
}
public function getIcon(): string {
- return $this->urlGenerator->imagePath('core', 'places/contacts.svg');
+ return $this->urlGenerator->imagePath('dav', 'schedule.svg');
}
public function getID(): string {
- return 'groupware';
+ return 'availability';
}
public function getName(): string {
- return $this->l->t('Groupware');
+ return $this->l->t('Availability');
}
public function getPriority(): int {