diff --git a/lang/en.json b/lang/en.json
index 8a3b9df0fc61b0637994c10a741e8d927d3770fa..bb04c426368b31e10a83ad2795eff604333e6360 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -379,7 +379,7 @@
         "Visitors": "Visitors",
         "VisitsWith": "Visits with %s",
         "VisitorSettings": "Visitor Settings",
-        "VisitType": "Visitor type",
+        "VisitType": "Visit type",
         "VisitTypeExample": "For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain %s",
         "Warning": "Warning",
         "WarningPhpVersionXIsTooOld": "The PHP version %s you are using has reached its End of Life (EOL). You are strongly urged to upgrade to a current version, as using this version may expose you to security vulnerabilities and bugs that have been fixed in more recent versions of PHP.",
diff --git a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
index 92cca55aa6b5ab1cad99afa82c627851154207a4..df853bd0e47427a3e88b427ffe128c691c09a47e 100644
--- a/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
+++ b/tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml
@@ -219,7 +219,7 @@
 	<row>
 		<type>dimension</type>
 		<category>Visit</category>
-		<name>Visitor type</name>
+		<name>Visit type</name>
 		<segment>visitorType</segment>
 		<acceptedValues>new, returning, returningCustomer. For example, to select all visitors who have returned to the website, including those who have bought something in their previous visits, the API request would contain &quot;&amp;segment=visitorType==returning,visitorType==returningCustomer&quot;</acceptedValues>
 	</row>