Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix grammar
changed removed -> removed

Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed Jun 1, 2021
commit 1b4428644d0a7bee989c4fd8af4c3cd1bc9e78f7
2 changes: 1 addition & 1 deletion apps/admin_audit/lib/Actions/Sharing.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public function updatePassword(array $params): void {
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',
Expand Down