We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b0088 commit a5db0d6Copy full SHA for a5db0d6
1 file changed
language/en/info_acp_googleanalytics.php
@@ -39,5 +39,6 @@
39
40
$lang = array_merge($lang, array(
41
'ACP_GOOGLEANALYTICS_ID' => 'Google Analytics ID',
42
- 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Google Analytics tracking ID.',
+ 'ACP_GOOGLEANALYTICS_ID_EXPLAIN' => 'Enter your Google Analytics ID code, e.g.: UA-XXXXXXX-XX',
43
+ 'GOOGLEANALYTICS_ID_INVALID' => '%s is not a valid Google Analytics tracking code',
44
));
0 commit comments