Skip to content

Commit 110a411

Browse files
authored
Merge pull request #142 from lartist/fix-wordings
Fix wording
2 parents aa5edf7 + 073309e commit 110a411

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)