Skip to content

Commit

Permalink
Rename personal Groupware settings section to "Availability"
Browse files Browse the repository at this point in the history
But leave the internal identifier untouched.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Nov 29, 2022
1 parent d3e0d98 commit a02dd76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/dav/img/LICENSES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Licenses

## schedule.svg
- Created by: Google
- License: Apache License, Version 2.0
- Link: https://fonts.google.com/icons?selected=Material%20Icons%3Aschedule%3A
1 change: 1 addition & 0 deletions apps/dav/img/schedule.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions apps/settings/lib/Sections/Personal/Groupware.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ public function __construct(IL10N $l, IURLGenerator $urlGenerator) {
}

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';
}

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

public function getPriority(): int {
Expand Down

0 comments on commit a02dd76

Please sign in to comment.