From 0799b8988b26ff702979f85b62e671aafd73783d Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 17 Oct 2022 09:30:13 +0200 Subject: Rename personal Groupware settings section to "Availability" Signed-off-by: Christoph Wurst --- apps/dav/img/LICENSES.md | 6 ++++++ apps/dav/img/schedule.svg | 1 + apps/dav/lib/Settings/AvailabilitySettings.php | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 apps/dav/img/LICENSES.md create mode 100644 apps/dav/img/schedule.svg (limited to 'apps/dav') 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 @@ + \ 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 { -- cgit v1.2.3