From 1b4428644d0a7bee989c4fd8af4c3cd1bc9e78f7 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 1 Jun 2021 13:31:10 +0200 Subject: [PATCH] Fix grammar changed removed -> removed Signed-off-by: Lukas Reschke --- apps/admin_audit/lib/Actions/Sharing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin_audit/lib/Actions/Sharing.php b/apps/admin_audit/lib/Actions/Sharing.php index 472e420311..ad23304767 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',