diff options
Diffstat (limited to 'apps')
-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', |