From e4e32ed65914a159d5ca040e40521a6a853d66b5 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Thu, 20 Apr 2017 12:54:57 +0100 Subject: [PATCH] Issue #2869360 by hugovk, Lendude: Typo: "... will may solve the issue" --- core/modules/views/src/Plugin/views/BrokenHandlerTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php b/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php index 00233f7cca6c..bd7d59ceece5 100644 --- a/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php +++ b/core/modules/views/src/Plugin/views/BrokenHandlerTrait.php @@ -59,7 +59,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) { } } - $description_bottom = t('Enabling the appropriate module will may solve this issue. Otherwise, check to see if there is a module update available.'); + $description_bottom = t('Enabling the appropriate module may solve this issue. Otherwise, check to see if there is a module update available.'); $form['description'] = [ '#type' => 'container', -- GitLab