Merge pull request #47352 from nextcloud/fix/context-write-wording

fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
This commit is contained in:
Andy Scherzinger 2024-08-21 13:25:09 +02:00 committed by GitHub
commit 7290d9d7ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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