Skip to content
Snippets Groups Projects
Verified Commit b1f72383 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3470114 by quietone, smustgrave: Change string 'Modules to enable' that are not in comments

parent 5360e3bd
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment