Merge pull request #1640 from sunilarjun/2.5-banner

Updating Archived Banner Message Content
This commit is contained in:
Sunil Singh
2025-02-12 09:40:58 -08:00
committed by GitHub
+1 -1
View File
@@ -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>
);