Skip to content
Snippets Groups Projects

change text

Closed quietone requested to merge issue/drupal-3470114:3470114-change-string-modules into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ public function __construct(TranslationInterface $string_translation) {
$this->stringTranslation = $string_translation;
$title = $this->t('No profiles available');
$message = $this->t('We were unable to find any installation profiles. Installation profiles tell us what modules to enable and what schema to install in the database. A profile is necessary to continue with the installation process.');
$message = $this->t('We were unable to find any installation profiles. Installation profiles tell us what modules to install and what schema to install in the database. A profile is necessary to continue with the installation process.');
parent::__construct($message, $title);
}
Loading