Skip to content
Snippets Groups Projects
Verified Commit 29a84a2c 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

(cherry picked from commit b1f72383)
parent bca9ac93
No related branches found
No related tags found
11 merge requests!13092Issue #3498963 by benjifisher, heddn: Add lookup_migrations configuration to...,!12802Issue #3537193 by opauwlo: Add enable absolute path option for CKEditor5 image uploads,!12745Fixed: Path alias language doesn't changes on changing of node language,!12684Issue #3220784,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #292227 passed with warnings
Pipeline: drupal

#292262

    Pipeline: drupal

    #292251

      Pipeline: drupal

      #292244

        +1
        ......@@ -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.
        Please to comment