diff options
author | kesselb <mail@danielkesselberg.de> | 2021-06-01 21:22:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 21:22:17 +0200 |
commit | f4e49b5623c0672d385f6531624e27d6486f91f8 (patch) | |
tree | d3d839aaaca8881f1c180bb9dd3e4bd7e31c290b | |
parent | 446c1c5adec9f19cbd5a26cb790acd367ef82da4 (diff) | |
parent | 1b4428644d0a7bee989c4fd8af4c3cd1bc9e78f7 (diff) | |
download | nextcloud-server-f4e49b5623c0672d385f6531624e27d6486f91f8.tar.gz nextcloud-server-f4e49b5623c0672d385f6531624e27d6486f91f8.zip |
Merge pull request #27327 from nextcloud/fix-grammar-27024
[Fast Review] Fix grammar
-rw-r--r-- | apps/admin_audit/lib/Actions/Sharing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/admin_audit/lib/Actions/Sharing.php b/apps/admin_audit/lib/Actions/Sharing.php index 472e4203110..ad233047677 100644 --- a/apps/admin_audit/lib/Actions/Sharing.php +++ b/apps/admin_audit/lib/Actions/Sharing.php @@ -322,7 +322,7 @@ class Sharing extends Action { public function updateExpirationDate(array $params): void { if ($params['date'] === null) { $this->log( - 'The expiration date of the publicly shared %s with ID "%s" has been changed removed', + 'The expiration date of the publicly shared %s with ID "%s" has been removed', $params, [ 'itemType', |