mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
CA-207273: The default description string “Default install” of a server is not localized on “General” window.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
This commit is contained in:
parent
fa574081bc
commit
7d23bf8ce5
@ -191,7 +191,7 @@ namespace XenAPI
|
||||
{
|
||||
get
|
||||
{
|
||||
if (name_description == "Default install of XenServer") // i18n: CA-30372
|
||||
if (name_description == "Default install of XenServer" || name_description == "Default install") // i18n: CA-30372, CA-207273
|
||||
return Messages.DEFAULT_INSTALL_OF_XENSERVER;
|
||||
else if (name_description == null)
|
||||
return "";
|
||||
|
Loading…
Reference in New Issue
Block a user