fix translation with calendar exports

This commit is contained in:
2022-08-31 15:26:28 +02:00
parent 6dbee02d82
commit bee5336c1d
12 changed files with 23 additions and 22 deletions

View File

@@ -74,6 +74,6 @@ final class AgentAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by agent';
return 'Group appointments by agent';
}
}

View File

@@ -50,7 +50,7 @@ class CancelReasonAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by cancel reason';
return 'Group appointments by cancel reason';
}
public function addRole()

View File

@@ -50,7 +50,7 @@ final class JobAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by agent job';
return 'Group appointments by agent job';
}
public function addRole()

View File

@@ -45,7 +45,7 @@ final class LocationAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by location';
return 'Group appointments by location';
}
public function addRole(): ?Role

View File

@@ -50,7 +50,7 @@ final class LocationTypeAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by location type';
return 'Group appointments by location type';
}
public function addRole()

View File

@@ -38,7 +38,7 @@ class MonthYearAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by month and year';
return 'Group appointments by month and year';
}
public function addRole(): ?Role

View File

@@ -50,7 +50,7 @@ final class ScopeAggregator implements AggregatorInterface
public function getTitle(): string
{
return 'Group by agent scope';
return 'Group appointments by agent scope';
}
public function addRole()