Skip to content
Snippets Groups Projects
Unverified Commit deeebec9 authored by Jeff Evans's avatar Jeff Evans Committed by GitHub
Browse files

Adjust driver deprecation language ("a future" instead of "the next") (#18083)

Because we can't fully implement all the driver deprecation UX in time for release 41, we will adjust the language to allow flexibility for when to actually start the deprecation clock
parent 25aac414
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ function getSupersedesWarningContent(
</WarningParagraph>
<WarningParagraph hasMargin>
{t`The old driver has been deprecated and will be removed in the next release. If you really
{t`The old driver has been deprecated and will be removed in a future release. If you really
need to use it, you can `}
&nbsp;
<Link
......@@ -60,7 +60,7 @@ function getSupersededByWarningContent(engine, onChangeEngine) {
return (
<div>
<WarningParagraph>
{t`This driver has been deprecated and will be removed in the next release.`}
{t`This driver has been deprecated and will be removed in a future release.`}
</WarningParagraph>
<WarningParagraph hasMargin>
{t`We recommend that you upgrade to the`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment