fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/47352/head
Marcel Klehr 2 years ago committed by Andy Scherzinger
parent 1907eeea35
commit c9ef3f72bc
  1. 2
      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');
}
/**

Loading…
Cancel
Save