Skip to content

Commit db7d324

Browse files
author
lartist
committed
Fix typo
1 parent 28b3cc5 commit db7d324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Form/ConfigurationForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function generate()
111111
'name' => 'GA_ACCOUNT_ID',
112112
'size' => 20,
113113
'required' => true,
114-
'desc' => $this->module->trans('This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-."', [], 'Modules.GAnalytics.Admin'),
114+
'desc' => $this->module->trans('This information is available in your Google Analytics account. GA4 tracking ID starts with "G-", Universal Analytics with "UA-".', [], 'Modules.GAnalytics.Admin'),
115115
],
116116
[
117117
'type' => 'switch',

0 commit comments

Comments
 (0)