diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less index 4d03fdbc3a87ae4e1faaab148518de7f1a00852f..dac9dd0925276fd50c1b715d06bd7f7cecf62b1f 100644 --- a/plugins/CoreHome/stylesheets/layout.less +++ b/plugins/CoreHome/stylesheets/layout.less @@ -173,6 +173,7 @@ nav { padding: 12px 21px 12px 19px; color: @theme-color-menu-contrast-text; decoration: none !important; + word-wrap: break-word; word-break: break-word; &:hover, &:focus { diff --git a/plugins/Goals/Widgets/AddNewGoal.php b/plugins/Goals/Widgets/AddNewGoal.php index c1207cde37ffc4c0b15ff817f742b6dfee9b1f4f..91e68595b703d7fac153f3b3f51c2fbb0810a49c 100644 --- a/plugins/Goals/Widgets/AddNewGoal.php +++ b/plugins/Goals/Widgets/AddNewGoal.php @@ -34,7 +34,7 @@ class AddNewGoal extends \Piwik\Widget\Widget if (Piwik::isUserHasAdminAccess($idSite)) { $config->setName('Goals_AddNewGoal'); } else { - $config->setName('Goals_CreateNewGOal'); + $config->setName('Goals_CreateNewGoal'); } if (count($goals) !== 0) {