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'); } /**