improve translations for treating agent

This commit is contained in:
2022-08-11 17:33:58 +02:00
parent f7993eaf2b
commit b03950d0f7
5 changed files with 26 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ final class JobAggregator implements AggregatorInterface
*/
public function getTitle(): string
{
return 'Group by user job';
return 'Group by treating agent job';
}
/**

View File

@@ -64,7 +64,7 @@ final class ScopeAggregator implements AggregatorInterface
*/
public function getTitle(): string
{
return 'Group by user scope';
return 'Group by treating agent scope';
}
/**