diff --git a/metatag.install b/metatag.install index 60cee79..b1174c8 100644 --- a/metatag.install +++ b/metatag.install @@ -133,7 +133,7 @@ function metatag_requirements($phase) { // Add a note if Page Title is also installed. if (module_exists('page_title')) { $requirements['metatag'] = array( - 'severity' => REQUIREMENT_WARNING, + 'severity' => REQUIREMENT_INFO, 'title' => 'Metatag', 'value' => $t('Possible conflicts with Page Title module'), 'description' => $t('The Metatag module is able to customize page titles so running the Page Title module simultaneously can lead to complications.'),