Removed hardcoded application name.

Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
Konstantina Chremmou 2023-11-15 15:54:56 +00:00
parent 3b773c738f
commit b9cb2d34f1
2 changed files with 2 additions and 2 deletions

View File

@ -29340,7 +29340,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Failed to retrieve NRPE configuration, please check XenCenter logs..
/// Looks up a localized string similar to Failed to retrieve NRPE configuration, please check the application logs..
/// </summary>
public static string NRPE_RETRIEVE_FAILED {
get {

View File

@ -10180,7 +10180,7 @@ When you configure an NFS storage repository, you simply provide the host name o
<value>NRPE check name: {0}</value>
</data>
<data name="NRPE_RETRIEVE_FAILED" xml:space="preserve">
<value>Failed to retrieve NRPE configuration, please check XenCenter logs.</value>
<value>Failed to retrieve NRPE configuration, please check the application logs.</value>
</data>
<data name="NRPE_RETRIEVING_CONFIGURATION" xml:space="preserve">
<value>Retrieving NRPE configuration...</value>