aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-08-21 13:25:09 +0200
committerGitHub <noreply@github.com>2024-08-21 13:25:09 +0200
commit7290d9d7ca8ef6d7e3a298fe01c444f7925963aa (patch)
tree0bcb7877e6156686286390dd8d8fa02eb5d3770b
parentf309ba9dc9c856916ad1abdd74ff8d9e4e0ef601 (diff)
parentc9ef3f72bc1c0b970aa51e9f8a5bab9e7a74cf12 (diff)
downloadnextcloud-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.php2
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');
}
/**