浏览代码

Fix grammar

changed removed -> removed

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v22.0.0beta3
Lukas Reschke 3 年前
父节点
当前提交
1b4428644d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      apps/admin_audit/lib/Actions/Sharing.php

+ 1
- 1
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',

正在加载...
取消
保存