Skip to content

Commit 874c5e6

Browse files
Fixes typo in Hotjar tag, #KB-1049
1 parent 6ed3e5f commit 874c5e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Template/Tag/HotjarTag.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function getParameters()
6868
}),
6969

7070
$this->makeSetting('hjsv', 6, FieldConfig::TYPE_INT, function (FieldConfig $field) {
71-
$field->title = Piwik::translate('TagManager_HotjarHJSV');
71+
$field->title = Piwik::translate('TagManager_HotjarSnippetVersion');
7272
$field->description = Piwik::translate('TagManager_HotjarHJSVDescription');
7373
$field->customFieldComponent = self::FIELD_VARIABLE_COMPONENT;
7474
$field->validators[] = new NotEmpty();

lang/en.json

+1
Original file line numberDiff line numberDiff line change
@@ -1006,6 +1006,7 @@
10061006
"HotjarHJID": "Hotjar Site ID",
10071007
"HotjarHJIDDescription": "Your Hotjar Site ID. You can get your Hotjar Site ID from the Sites section in your Hotjar account.",
10081008
"HotjarHJSV": "Hotjar snipet version",
1009+
"HotjarSnippetVersion": "Hotjar snippet version",
10091010
"HotjarHJSVDescription": "Hotjar code snippet version.",
10101011
"ClickDataAttributeVariableName": "Clicked Data Attribute",
10111012
"ClickDataAttributeVariableDescription": "Reads a custom value from the clicked data-attribute.",

0 commit comments

Comments
 (0)