Skip to content
Snippets Groups Projects
Commit da892dae authored by Daniel Chadwick's avatar Daniel Chadwick Committed by Wim Leers
Browse files

Issue #3420277 by dan612, Wim Leers: Update labels/verbiage to Drupal 10 throughout interface

parent 0f41ffde
No related branches found
No related tags found
1 merge request!333420277: Adjusting mentions of Drupal 9 in UI.
Pipeline #107594 failed
This diff is collapsed.
......@@ -41,9 +41,9 @@ const MessageItem = ({ links }) => {
validation errors
</ExtLink>
, which means they must be fixed on your Drupal 7 site. After you fix
these issues, you must refresh the data on your Drupal 9 site. The
these issues, you must refresh the data on your new Drupal site. The
remainder are migration issues. These typically need to be fixed on
the Drupal 9 site after your migration.
the new Drupal site after your migration.
</span>
) : null}
</li>
......@@ -93,7 +93,7 @@ const ThemingItem = () => (
href="https://www.drupal.org/docs/theming-drupal/upgrading-classes-on-7x-themes-to-8x"
title="Upgrading 7.x themes to 8.x"
>
Drupal 7 themes must be rebuilt for 9
Drupal 7 themes must be rebuilt
</ExtLink>
, learn more about{' '}
<ExtLink
......@@ -108,20 +108,20 @@ const ThemingItem = () => (
const RefreshingItem = () => (
<li>
<span role="img" aria-label="Launching your Drupal 9 site.">
<span role="img" aria-label="Launching your new Drupal site.">
🧐
</span>{' '}
You may want to refresh the data on your Drupal 9 site. Update the Drupal 7
You may want to refresh the data on your new Drupal site. Update the Drupal 7
database on this environment with a copy of the latest production database.
</li>
);
const LaunchingItem = () => (
<li>
<span role="img" aria-label="Launching your Drupal 9 site.">
<span role="img" aria-label="Launching your new Drupal site.">
🚀
</span>{' '}
Once satisfied with the state of this Drupal 9 site, you will need to
Once satisfied with the state of this modern Drupal site, you will need to
uninstall the Acquia Migrate Accelerate module (perhaps after creating a
copy, your choice!) before you’ll be able to make any content changes to
your new site.
......@@ -160,7 +160,7 @@ const Title = () => {
return (
<div>
<h2>
😅 You’re well on your way accelerating your migration to Drupal 9,
😅 You’re well on your way accelerating your migration to modern Drupal,
but there are issues you need to address
</h2>
<div className="messages messages--warning">
......@@ -180,14 +180,13 @@ const Title = () => {
<span role="img" aria-label="Time to party!">
🎉🎉
</span>{' '}
Hooray! You've accelerated your migration to Drupal 9!
Hooray! You've accelerated your migration to modern Drupal!
</h2>
);
} else {
return (
<h2>
🎉🎉 Congrats, you're almost done accelerating your migration to Drupal
9!
🎉🎉 Congrats, you're almost done accelerating your migration to modern Drupal!
</h2>
);
}
......@@ -218,7 +217,7 @@ const MessageCompleted = () => (
production, but the fact that you got here is a real achievement!
</p>
<p>
Now that your content is in Drupal 9, for future releases you will only
Now that your content is in modern Drupal, for future releases you will only
need to update the codebase without any changes to the data models or any
of your content.
</p>
......@@ -250,12 +249,12 @@ const OverviewActive = ({ active, needsReview, completed }) => {
has made this task less daunting.
</p>
<p>
You are now well on your way with the move from Drupal 7 to Drupal 9,
You are now well on your way with the move from Drupal 7 to modern Drupal,
and remember you will never have to do a big migration like this one
again!
<br />
When Drupal 10 releases you will only need to update the codebase
without any changes to the data models or any of your content.
With the release of Drupal 10, you will only need to update the codebase
without any changes to the data models or any of your content going forward.
</p>
<ol>
<li>
......@@ -326,7 +325,7 @@ const OverviewActive = ({ active, needsReview, completed }) => {
for production, but the fact that you got here is a real achievement!
</p>
<p>
Now that your content is in Drupal 9, for future releases you will
Now that your content is in modern Drupal, for future releases you will
only need to update the codebase without any changes to the data
models or any of your content.
</p>
......
......@@ -80,7 +80,7 @@ const Previewable = ({ links }) => {
return (
<React.Fragment>
<p>
Preview source site content in Drupal 9 by searching for a URL or by
Preview source site content in your new Drupal site by searching for a URL or by
viewing the next available row.
</p>
<PreviewActions
......
......@@ -20,7 +20,7 @@ const compareModuleData = (prev, next) => {
* @param {string} coreVersion
* The Drupal 7 version.
* @param {string} destVersion
* The Drupal 9 version.
* The new Drupal version.
* @return {ReactNode}
* <ModuleData title={title} modules={modules} />
*/
......@@ -76,5 +76,5 @@ ModuleData.propTypes = {
ModuleData.defaultProps = {
title: null,
sourceVersion: '7',
destVersion: '9',
destVersion: 'latest',
};
......@@ -17,7 +17,7 @@ const modulePageConfig = {
modules: [],
help: (
<p>
This page shows the Drupal 9 modules{' '}
This page shows the modern Drupal modules{' '}
<strong>Acquia Migrate Accelerate</strong> automatically downloaded for
you, based on your Drupal 7 code base. Modules will be automatically
enabled if their migration path is marked as <em>vetted</em> by our
......@@ -35,7 +35,7 @@ const modulePageConfig = {
help: (
<p>
This page shows modules that are either custom code, or contributed
modules without a known Drupal 9 replacement. For contributed projects,
modules without a known modern Drupal replacement. For contributed projects,
look to{' '}
<ExtLink
title="contrib_tracker"
......
......@@ -51,7 +51,7 @@ const PreselectList = () => {
<div>
<p>
Choose which parts of your source site you want to migrate into your
new Drupal 9 site.
new Drupal site.
</p>
<p>
<em>Don&apos;t worry</em>, you can still choose to bring over anything
......
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