fix inconsistency in dataset spelling

This commit is contained in:
Dan Ang
2023-03-24 16:00:33 +01:00
parent 6c8970e0a3
commit 19424ae06d
4 changed files with 21 additions and 21 deletions

View File

@ -235,6 +235,6 @@ final class DatasetsRepository
return sprintf('(%s)', $exporter->shortenedRecursiveExport($data));
}
return sprintf('data set "%s"', $key);
return sprintf('dataset "%s"', $key);
}
}