mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 23:39:51 +01:00
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:
parent
45fe1f436b
commit
23ec669698
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user