Skip to content

Commit 493b946

Browse files
marcelklehrAndyScherzinger
authored andcommitted
fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 748e267 commit 493b946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/TaskProcessing/TaskTypes/ContextWrite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function __construct(
4343
* @since 30.0.0
4444
*/
4545
public function getName(): string {
46-
return $this->l->t('ContextWrite');
46+
return $this->l->t('Context write');
4747
}
4848

4949
/**

0 commit comments

Comments
 (0)