mirror of
https://github.com/nextcloud/server.git
synced 2026-03-30 14:16:52 -04:00
Merge pull request #35492 from nextcloud/backport/34626/stable25-2
[stable25] Rename personal Groupware settings section to "Availability"
This commit is contained in:
commit
2dc783e59a
3 changed files with 9 additions and 2 deletions
6
apps/dav/img/LICENSES.md
Normal file
6
apps/dav/img/LICENSES.md
Normal file
|
|
@ -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
apps/dav/img/schedule.svg
Normal file
1
apps/dav/img/schedule.svg
Normal file
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><path d="M0 0h24v24H0z" fill="none"/><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>
|
||||
|
After Width: | Height: | Size: 352 B |
|
|
@ -41,7 +41,7 @@ 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 {
|
||||
|
|
@ -49,7 +49,7 @@ class Groupware implements IIconSection {
|
|||
}
|
||||
|
||||
public function getName(): string {
|
||||
return $this->l->t('Groupware');
|
||||
return $this->l->t('Availability');
|
||||
}
|
||||
|
||||
public function getPriority(): int {
|
||||
|
|
|
|||
Loading…
Reference in a new issue