mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
1907eeea35
commit
c9ef3f72bc
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');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue