Updating the message content which had leftover testing material.

Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
Sunil Singh
2025-02-12 08:50:45 -08:00
parent 9377721b61
commit 1cd12f47f6
+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>
);