The message Messages.UPSELL_BLURB_TRIAL was displayed twice on the AD, HA, and Users tabpage for unlicensed pool.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2021-10-15 00:35:24 +01:00
parent 45fe1f436b
commit 23ec669698

View File

@ -47,9 +47,7 @@ namespace XenAdmin.TabPages
public string BlurbText
{
set => upsellPage1.BlurbText = HiddenFeatures.LinkLabelHidden
? value
: value + string.Format(Messages.UPSELL_BLURB_TRIAL, BrandManager.ProductBrand);
set => upsellPage1.BlurbText = value;
}
public string LearnMoreUrl