diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-08-21 13:25:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 13:25:09 +0200 |
commit | 7290d9d7ca8ef6d7e3a298fe01c444f7925963aa (patch) | |
tree | 0bcb7877e6156686286390dd8d8fa02eb5d3770b | |
parent | f309ba9dc9c856916ad1abdd74ff8d9e4e0ef601 (diff) | |
parent | c9ef3f72bc1c0b970aa51e9f8a5bab9e7a74cf12 (diff) | |
download | nextcloud-server-7290d9d7ca8ef6d7e3a298fe01c444f7925963aa.tar.gz nextcloud-server-7290d9d7ca8ef6d7e3a298fe01c444f7925963aa.zip |
Merge pull request #47352 from nextcloud/fix/context-write-wording
fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
-rw-r--r-- | lib/public/TaskProcessing/TaskTypes/ContextWrite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/TaskProcessing/TaskTypes/ContextWrite.php b/lib/public/TaskProcessing/TaskTypes/ContextWrite.php index 08a8fc5b301..36ee8f24d3f 100644 --- a/lib/public/TaskProcessing/TaskTypes/ContextWrite.php +++ b/lib/public/TaskProcessing/TaskTypes/ContextWrite.php @@ -43,7 +43,7 @@ class ContextWrite implements ITaskType { * @since 30.0.0 */ public function getName(): string { - return $this->l->t('ContextWrite'); + return $this->l->t('Context write'); } /** |