We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b1aad commit d9e14c6Copy full SHA for d9e14c6
1 file changed
language/en/googleanalytics_acp.php
@@ -39,6 +39,6 @@
39
40
$lang = array_merge($lang, array(
41
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
42
- 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Enter your Google Analytics ID code, e.g.: <samp>UA-XXXXXXX-XX</samp>.',
43
- 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” is not a valid Google Analytics ID code.<br />It should be in the form “UA-0000000-00”',
+ 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Enter your Google Analytics ID code, e.g.: <samp>UA-0000000-00</samp>.',
+ 'ACP_GOOGLEANALYTICS_ID_INVALID' => '“%s” is not a valid Google Analytics ID code.<br />It should be in the form “UA-0000000-00”.',
44
));
0 commit comments