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

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-08-20 15:40:57 +02:00 committed by Andy Scherzinger
parent 1907eeea35
commit c9ef3f72bc

View file

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