Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / path / src / Form / PathFormBase.php
index 5172419d793c1b31029f8ba7b379773ba56a72c2..5a54c08b482deb5a9bbb9e2aa0eff64ab37d4ffe 100644 (file)
@@ -192,7 +192,7 @@ abstract class PathFormBase extends FormBase {
     }
 
     if (!$this->pathValidator->isValid(trim($source, '/'))) {
-      $form_state->setErrorByName('source', t("The path '@link_path' is either invalid or you do not have access to it.", ['@link_path' => $source]));
+      $form_state->setErrorByName('source', t("Either the path '@link_path' is invalid or you do not have access to it.", ['@link_path' => $source]));
     }
   }