diff --git a/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf b/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf
index dfde0a2f066555d4fff86b103599e43107b3a389..821c8354319f27f42f03fbd3090c62e0328b64c4 100644
--- a/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf
+++ b/typo3/sysext/core/Resources/Private/Language/locallang_mod_web_list.xlf
@@ -4,7 +4,7 @@
 		<header/>
 		<body>
 			<trans-unit id="mlang_labels_tablabel" resname="mlang_labels_tablabel">
-				<source>List of database-records</source>
+				<source>List of database records</source>
 			</trans-unit>
 			<trans-unit id="mlang_labels_tabdescr" resname="mlang_labels_tabdescr">
 				<source>The Web&gt;List module provides low level access to records appearing on a page.</source>
diff --git a/typo3/sysext/recordlist/README.rst b/typo3/sysext/recordlist/README.rst
index 7d3afbae92daa007c603dc748117f54d170c2850..f96fd96498a7ecbe42fdf5344a52f2375cc6be7c 100644
--- a/typo3/sysext/recordlist/README.rst
+++ b/typo3/sysext/recordlist/README.rst
@@ -6,7 +6,7 @@
 TYPO3 CMS Recordlist (typo3/cms-recordlist)
 ===========================================
 
-List of database-records in the TYPO3 backend module Web>List.
+List of database records in the TYPO3 backend module Web>List.
 
 :Repository: https://github.com/typo3/typo3
 :Issues: https://forge.typo3.org/
diff --git a/typo3/sysext/recordlist/composer.json b/typo3/sysext/recordlist/composer.json
index 7d7bea2efaed04a0a6c5e746bf2a0d387ba24c09..5b096c916706e6b9a703e2b9d9fec981b17888dd 100644
--- a/typo3/sysext/recordlist/composer.json
+++ b/typo3/sysext/recordlist/composer.json
@@ -1,7 +1,7 @@
 {
 	"name": "typo3/cms-recordlist",
 	"type": "typo3-cms-framework",
-	"description": "TYPO3 CMS Recordlist - List of database-records in the TYPO3 backend module Web>List.",
+	"description": "TYPO3 CMS Recordlist - List of database records in the TYPO3 backend module Web>List.",
 	"homepage": "https://typo3.org",
 	"license": ["GPL-2.0-or-later"],
 	"authors": [{
diff --git a/typo3/sysext/recordlist/ext_emconf.php b/typo3/sysext/recordlist/ext_emconf.php
index a419ef0724d9addf4acbb14bddfd31ed7fbdacd3..7fe7dcf2ff9bd80355b3f40faa3ac7859d64f688 100644
--- a/typo3/sysext/recordlist/ext_emconf.php
+++ b/typo3/sysext/recordlist/ext_emconf.php
@@ -2,7 +2,7 @@
 
 $EM_CONF[$_EXTKEY] = [
     'title' => 'TYPO3 CMS Recordlist',
-    'description' => 'List of database-records in the TYPO3 backend module Web>List.',
+    'description' => 'List of database records in the TYPO3 backend module Web>List.',
     'category' => 'module',
     'state' => 'stable',
     'clearCacheOnLoad' => 0,