diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-13 14:37:09 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-13 21:08:10 +0100 |
commit | 524ed97d621ded1aafa0f2f92670765af22ba55f (patch) | |
tree | 906494fac943bd6ae4ecdf1e5460ee590e98afb1 /apps/dav | |
parent | b1a47f79f31d5173750c1d8766f8b22d0a3841e6 (diff) | |
download | nextcloud-server-524ed97d621ded1aafa0f2f92670765af22ba55f.tar.gz nextcloud-server-524ed97d621ded1aafa0f2f92670765af22ba55f.zip |
fix: replace `Account name` by `Login`
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/Controller/OutOfOfficeController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/Controller/OutOfOfficeController.php b/apps/dav/lib/Controller/OutOfOfficeController.php index a2e7378f32d..5ab99c34b79 100644 --- a/apps/dav/lib/Controller/OutOfOfficeController.php +++ b/apps/dav/lib/Controller/OutOfOfficeController.php @@ -57,7 +57,7 @@ class OutOfOfficeController extends OCSController { } /** - * Get the currently configured out-of-office data of a user. + * Get the currently configured out-of-office data of a user * * @param string $userId The user id to get out-of-office data for. * @return DataResponse<Http::STATUS_OK, DAVCurrentOutOfOfficeData, array{}>|DataResponse<Http::STATUS_NOT_FOUND, null, array{}> |