diff --git a/plugins/CoreUpdater/templates/updateSuccess.twig b/plugins/CoreUpdater/templates/updateSuccess.twig index eb89e7df3d9..4efdd5a0017 100644 --- a/plugins/CoreUpdater/templates/updateSuccess.twig +++ b/plugins/CoreUpdater/templates/updateSuccess.twig @@ -24,10 +24,10 @@
- {{ 'CoreUpdater_EnterpriseSolutions'|translate }} + {{ 'CoreUpdater_EnterpriseSolutions'|translate }}
- {{ 'CoreUpdater_CloudHosting'|translate }} + {{ 'CoreUpdater_CloudHosting'|translate }}
diff --git a/plugins/Feedback/templates/index.twig b/plugins/Feedback/templates/index.twig index 1974389abd1..732c376b4b6 100644 --- a/plugins/Feedback/templates/index.twig +++ b/plugins/Feedback/templates/index.twig @@ -51,8 +51,9 @@
- - + + +
diff --git a/plugins/Installation/FormSuperUser.php b/plugins/Installation/FormSuperUser.php index c3cf89e7c33..c0e89c97b12 100644 --- a/plugins/Installation/FormSuperUser.php +++ b/plugins/Installation/FormSuperUser.php @@ -61,7 +61,7 @@ function init() $this->addElement('checkbox', 'subscribe_newsletter_piwikpro', null, array( 'content' => '  ' . Piwik::translate('Installation_PiwikProNewsletter', - array("", "") + array("", "") ), ));