diff --git a/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php b/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php index 7718b876..392d17bf 100644 --- a/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php +++ b/trpcultivate_phenoshare/src/Plugin/TripalImporter/TripalCultivatePhenoshareImporter.php @@ -149,7 +149,7 @@ public function form($form, &$form_state) { } // This is a reminder to user about expected phenotypic data. - $phenotypes_minder = $this('Phenotypic data should be filtered for outliers and mis-entries before + $phenotypes_minder = $this->t('Phenotypic data should be filtered for outliers and mis-entries before being uploaded here. Do not upload data that should not be used in the final analysis for a scientific article. Furthermore, data should NOT BE AVERAGED across replicates or site-year.'); \Drupal::messenger()->addWarning($phenotypes_minder);