existing exports, better translations

This commit is contained in:
2022-07-05 15:46:43 +02:00
parent 2b5accaeac
commit fcac977d13
2 changed files with 3 additions and 1 deletions

View File

@@ -125,7 +125,7 @@ class ListPersonDuplicate implements DirectExportInterface, ExportElementValidat
*/
public function getDescription()
{
return 'Create a list of duplicate people.';
return 'Create a list of duplicate people';
}
/**