mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-21 07:49:32 +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
|
public string BlurbText
|
||||||
{
|
{
|
||||||
set => upsellPage1.BlurbText = HiddenFeatures.LinkLabelHidden
|
set => upsellPage1.BlurbText = value;
|
||||||
? value
|
|
||||||
: value + string.Format(Messages.UPSELL_BLURB_TRIAL, BrandManager.ProductBrand);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public string LearnMoreUrl
|
public string LearnMoreUrl
|
||||||
|
Loading…
Reference in New Issue
Block a user