diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-10-17 09:30:13 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2022-10-17 09:30:13 +0200 |
commit | 0799b8988b26ff702979f85b62e671aafd73783d (patch) | |
tree | 003094ef4c336838e97b050ded7d1f668252741e /apps/dav | |
parent | bca2720c1ba39c6a4d81a0392d1f77b40ab23d94 (diff) | |
download | nextcloud-server-0799b8988b26ff702979f85b62e671aafd73783d.tar.gz nextcloud-server-0799b8988b26ff702979f85b62e671aafd73783d.zip |
Rename personal Groupware settings section to "Availability"
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/img/LICENSES.md | 6 | ||||
-rw-r--r-- | apps/dav/img/schedule.svg | 1 | ||||
-rw-r--r-- | apps/dav/lib/Settings/AvailabilitySettings.php | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/apps/dav/img/LICENSES.md b/apps/dav/img/LICENSES.md new file mode 100644 index 00000000000..a1b776c0500 --- /dev/null +++ b/apps/dav/img/LICENSES.md @@ -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 diff --git a/apps/dav/img/schedule.svg b/apps/dav/img/schedule.svg new file mode 100644 index 00000000000..0d632671fb1 --- /dev/null +++ b/apps/dav/img/schedule.svg @@ -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>
\ No newline at end of file diff --git a/apps/dav/lib/Settings/AvailabilitySettings.php b/apps/dav/lib/Settings/AvailabilitySettings.php index d2b75ba4866..54df6b88d55 100644 --- a/apps/dav/lib/Settings/AvailabilitySettings.php +++ b/apps/dav/lib/Settings/AvailabilitySettings.php @@ -59,7 +59,7 @@ class AvailabilitySettings implements ISettings { } public function getSection(): string { - return 'groupware'; + return 'availability'; } public function getPriority(): int { |