Merge pull request #52168 from nextcloud/fix/context-chat-l10n

fix(ContextAgent): Do not translate the name ContextAgent
pull/52150/head
Marcel Klehr 2025-04-14 08:55:13 +07:00 committed by GitHub
commit ca47be30de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
}
/**