Issue #3128069 by quietone: Capitalize name of book module in OverviewForm
(cherry picked from commit 8af24832f8
)
merge-requests/64/head
parent
2cfa952adb
commit
59d849a78a
|
@ -50,7 +50,7 @@ class OverviewForm extends MigrateUpgradeFormBase {
|
|||
|
||||
$info[] = $this->t('Make sure that <strong>access to the database</strong> for the old site is available from this new site.');
|
||||
$info[] = $this->t('<strong>If the old site has private files</strong>, a copy of its files directory must also be accessible on the host of this new site.');
|
||||
$info[] = $this->t('<strong>Enable all modules on this new site</strong> that are enabled on the old site. For example, if the old site uses the book module, then enable the book module on this new site so that the existing data can be imported to it.');
|
||||
$info[] = $this->t('<strong>Enable all modules on this new site</strong> that are enabled on the old site. For example, if the old site uses the Book module, then enable the Book module on this new site so that the existing data can be imported to it.');
|
||||
$info[] = $this->t('<strong>Do not add any content to the new site</strong> before upgrading. Any existing content is likely to be overwritten by the upgrade process. See <a href=":url">the upgrade preparation guide</a>.', [
|
||||
':url' => 'https://www.drupal.org/docs/8/upgrade/preparing-an-upgrade#dont_create_content',
|
||||
]);
|
||||
|
|
Loading…
Reference in New Issue