diff --git a/google_vision.install b/google_vision.install index 8cb5081..fe644ad 100755 --- a/google_vision.install +++ b/google_vision.install @@ -16,9 +16,9 @@ function google_vision_requirements($phase) { $key = \Drupal::config('google_vision.settings')->get('api_key'); if(!$key) { $requirements['google_vision'] = array( - 'title' => t('API Key configuration'), + 'title' => t('Google Vision API'), 'severity' => REQUIREMENT_ERROR, - 'description' => t('The API key is not set at /admin/config/media/google_vision. It is highly required to set the API Key at the configuration page.', array( + 'description' => t('Google Vision API key is not set and it is required for some functionalities to work. Please set it up at the Google Vision module settings page.', array( ':settings' => Url::fromRoute('google_vision.settings'), )), );