Skip to content

Commit

Permalink
Merge pull request #35492 from nextcloud/backport/34626/stable25-2
Browse files Browse the repository at this point in the history
[stable25] Rename personal Groupware settings section to "Availability"
  • Loading branch information
PVince81 authored Dec 16, 2022
2 parents 87e9ef0 + a02dd76 commit 2dc783e
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 2dc783e

Please sign in to comment.