Skip to content

Commit fd0802a

Browse files
authored
Merge pull request #52169 from nextcloud/backport/52168/stable31
[stable31] fix(ContextAgent): Do not translate the name ContextAgent
2 parents 997ea5e + af3a543 commit fd0802a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/TaskProcessing/TaskTypes/ContextAgentInteraction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(
3939
* @since 31.0.0
4040
*/
4141
public function getName(): string {
42-
return $this->l->t('ContextAgent');
42+
return 'ContextAgent'; // We do not translate this
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)