Skip to content

Commit

Permalink
Making a couple little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 committed Nov 3, 2023
1 parent 0101e7f commit be46f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dao/ContainersDao.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function install()
`context` VARCHAR(10) NOT NULL,
`name` VARCHAR(" . Name::MAX_LENGTH . ") NOT NULL,
`description` VARCHAR(" . Description::MAX_LENGTH . ") NOT NULL DEFAULT '',
`ignoreGtmDataLayer` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
`status` VARCHAR(10) NOT NULL,
`created_date` DATETIME NOT NULL,
`updated_date` DATETIME NOT NULL,
Expand Down
2 changes: 1 addition & 1 deletion lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@
"SiteWithoutDataMtmIntro": "The Matomo Tag Manager may be a better choice than tracking via the regular JavaScript code. It lets you manage and unify all your tracking and marketing tags (also known as \"pixels\" or \"custom HTML/JS tags\") in one place. Using the Matomo Tag Manager makes your life easier when you want to modify any of these tags, as you will no longer need a developer to make the needed changes for you. %1$sLearn more%2$s.",
"SiteWithoutDataMtmStep2": "If you would like to customize this container, visit the %1$sContainer Dashboard%2$s",
"SiteWithoutDataMtmStep3": "Copy the code below and paste it on every page of your website. We recommend pasting it immediately before the closing %1$s tag. %2$sLearn more%3$s.",
"IgnoreGtmDataLaterDescription": "If checked, Matomo Tag Manager excludes data layer values that were already set by Google Tag Manager. For compatibility reasons, the default behavior is to keep data layer values that have already been set by Google Tag Manager.",
"IgnoreGtmDataLaterDescription": "If checked, Matomo Tag Manager excludes data layer values that were already set by Google Tag Manager. For compatibility reasons, the default behavior is to keep data layer values set by Google Tag Manager.",
"IgnoreGtmDataLaterTitle": "Ignore Google Tag Manager data layer"
}
}

0 comments on commit be46f9b

Please sign in to comment.