Skip to content

Commit e7ded5e

Browse files
Cross-Domain must use its own message
1 parent 1ff6ff9 commit e7ded5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Form/ConfigurationForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function treat()
228228

229229
if ($is_multistore_active) {
230230
Configuration::updateValue('GA_CROSSDOMAIN_ENABLED', (bool) $gaCrossdomainEnabled);
231-
$treatmentResult .= $this->module->displayConfirmation($this->module->getTranslator()->trans('Settings for User ID updated successfully', [], 'Modules.GAnalytics.Admin'));
231+
$treatmentResult .= $this->module->displayConfirmation($this->module->getTranslator()->trans('Settings for Cross-Domain updated successfully', [], 'Modules.GAnalytics.Admin'));
232232
}
233233

234234
if (null !== $gaAnonymizeEnabled) {

0 commit comments

Comments
 (0)