Skip to content

Commit

Permalink
Merge pull request #980 from matomo-org/KB-1049-fix-typo
Browse files Browse the repository at this point in the history
Fixes typo in Hotjar tag, #KB-1049
  • Loading branch information
AltamashShaikh authored Jan 28, 2025
2 parents 86da372 + 9b456de commit ad8252a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Template/Tag/HotjarTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function getParameters()
}),

$this->makeSetting('hjsv', 6, FieldConfig::TYPE_INT, function (FieldConfig $field) {
$field->title = Piwik::translate('TagManager_HotjarHJSV');
$field->title = Piwik::translate('TagManager_HotjarSnippetVersion');
$field->description = Piwik::translate('TagManager_HotjarHJSVDescription');
$field->customFieldComponent = self::FIELD_VARIABLE_COMPONENT;
$field->validators[] = new NotEmpty();
Expand Down
1 change: 1 addition & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,7 @@
"HotjarHJID": "Hotjar Site ID",
"HotjarHJIDDescription": "Your Hotjar Site ID. You can get your Hotjar Site ID from the Sites section in your Hotjar account.",
"HotjarHJSV": "Hotjar snipet version",
"HotjarSnippetVersion": "Hotjar snippet version",
"HotjarHJSVDescription": "Hotjar code snippet version.",
"ClickDataAttributeVariableName": "Clicked Data Attribute",
"ClickDataAttributeVariableDescription": "Reads a custom value from the clicked data-attribute.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@
</row>
<row>
<name>hjsv</name>
<title>Hotjar snipet version</title>
<title>Hotjar snippet version</title>
<value>6</value>
<defaultValue>6</defaultValue>
<type>integer</type>
Expand Down

0 comments on commit ad8252a

Please sign in to comment.