Skip to content

Commit

Permalink
Applied PR feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Dec 6, 2024
1 parent 9f3a4c8 commit 70938fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Updates/5.1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,5 @@ public function doUpdate(Updater $updater)
$systemSettings->doNotChangeCaseOfUtmParameters->setIsWritableByCurrentUser(true);
$systemSettings->doNotChangeCaseOfUtmParameters->setValue(false);
$systemSettings->save();
$updater->executeMigrations(__FILE__, []);
}
}
4 changes: 2 additions & 2 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"Placements": "Campaign Placements",
"CampaignIds": "Campaign Ids",
"CombinedSourcesMediums": "Campaign Source - Medium",
"DoNotChangeCaseOfUtmParametersTitle": "Retain campaign parameter capitalisation",
"DoNotChangeCaseOfUtmParametersDescription": "If enabled, Matomo will retain capitalisation of campaign parameters in order to support compatibility with various third party service providers, such as Google. Turning this setting off will turn all campaign parameters into lower case."
"DoNotChangeCaseOfUtmParametersTitle": "Keep campaign parameter capitalisation",
"DoNotChangeCaseOfUtmParametersDescription": "When enabled, Matomo will keep the original capitalisation of campaign parameters to ensure compatibility with third-party services like Google. If disabled, all campaign parameters will be converted to lowercase."
}
}

0 comments on commit 70938fc

Please sign in to comment.