Skip to content

Commit 2dc783e

Browse files
authored
Merge pull request #35492 from nextcloud/backport/34626/stable25-2
[stable25] Rename personal Groupware settings section to "Availability"
2 parents 87e9ef0 + a02dd76 commit 2dc783e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

apps/dav/img/LICENSES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Licenses
2+
3+
## schedule.svg
4+
- Created by: Google
5+
- License: Apache License, Version 2.0
6+
- Link: https://fonts.google.com/icons?selected=Material%20Icons%3Aschedule%3A

apps/dav/img/schedule.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/settings/lib/Sections/Personal/Groupware.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ public function __construct(IL10N $l, IURLGenerator $urlGenerator) {
4141
}
4242

4343
public function getIcon(): string {
44-
return $this->urlGenerator->imagePath('core', 'places/contacts.svg');
44+
return $this->urlGenerator->imagePath('dav', 'schedule.svg');
4545
}
4646

4747
public function getID(): string {
4848
return 'groupware';
4949
}
5050

5151
public function getName(): string {
52-
return $this->l->t('Groupware');
52+
return $this->l->t('Availability');
5353
}
5454

5555
public function getPriority(): int {

0 commit comments

Comments
 (0)