mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(ContextAgent): Do not translate the name ContextAgent
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
997ea5e34f
commit
af3a543e35
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class ContextAgentInteraction implements ITaskType {
|
|||
* @since 31.0.0
|
||||
*/
|
||||
public function getName(): string {
|
||||
return $this->l->t('ContextAgent');
|
||||
return 'ContextAgent'; // We do not translate this
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue