CA-232944: Displaying server name as well

Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
Gabor Apati-Nagy 2016-11-25 14:18:40 +00:00
parent 8160066d29
commit a71e0e9f3d

View File

@ -50,7 +50,7 @@ namespace XenAdmin.Diagnostics.Problems.HostProblem
{
get
{
return string.Format(Messages.UPDATES_WIZARD_PRECHECK_FAILED_REQUIRED_UPDATE_MISSING, Server, requiredUpdates);
return string.Format(Messages.UPDATES_WIZARD_PRECHECK_FAILED_REQUIRED_UPDATE_MISSING, ServerName, requiredUpdates);
}
}