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

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
pull/47390/head
Marcel Klehr 2024-08-20 15:40:57 +07:00 committed by backportbot[bot]
parent ccc39a41bb
commit 46dd99714a
1 changed files with 1 additions and 1 deletions

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