diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2021-06-01 13:31:10 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2021-06-01 13:31:10 +0200 |
commit | 1b4428644d0a7bee989c4fd8af4c3cd1bc9e78f7 (patch) | |
tree | a6d2c824cf12962fd6859db2592e15d67ae68d15 /apps/admin_audit | |
parent | 94f475686c2159bd06cccc41d6bd71d8cbf863a2 (diff) | |
download | nextcloud-server-1b4428644d0a7bee989c4fd8af4c3cd1bc9e78f7.tar.gz nextcloud-server-1b4428644d0a7bee989c4fd8af4c3cd1bc9e78f7.zip |
Fix grammar
changed removed -> removed
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/admin_audit')
-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', |