Skip to content

Commit

Permalink
Merge pull request #1640 from sunilarjun/2.5-banner
Browse files Browse the repository at this point in the history
Updating Archived Banner Message Content
  • Loading branch information
sunilarjun authored Feb 12, 2025
2 parents 6c1d04c + 1cd12f4 commit 9a009bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/DocVersionBanner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function UnmaintainedVersionLabel({siteTitle, versionMetadata}) {
versionLabel: <b>{versionMetadata.label}</b>,
}}>
{
"HELLO THERE This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained."
"This is documentation for {siteTitle} {versionLabel}, which is no longer actively maintained."
}
</Translate>
);
Expand Down

0 comments on commit 9a009bf

Please sign in to comment.