Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Nov 3, 2023
1 parent bae81d1 commit c03cb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quant.module
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function quant_preprocess_page(&$variables) {
// Add warning on Quant admin pages if queue factory is not set.
$current_path = \Drupal::requestStack()->getCurrentRequest()->getPathInfo();
if ((strpos($current_path, '/admin/config/quant') === 0) && Settings::get('queue_service_quant_seed_worker') != "quant.queue_factory") {
\Drupal::messenger()->addWarning(t("For the best performance, it is highly recommended you update <em>queue_service_quant_seed_worker</em> in your settings. See the <a href=\"https://docs.quantcdn.io/docs/integrations/drupal">Drupal docs</a> for setup information."));
\Drupal::messenger()->addWarning(t("For the best performance, it is highly recommended you update <em>queue_service_quant_seed_worker</em> in your settings. See the <a href=\"https://docs.quantcdn.io/docs/integrations/drupal\">Drupal docs</a> for setup information."));
}
}

Expand Down

0 comments on commit c03cb4e

Please sign in to comment.