Browse Source

AMBARI-5842 Usability: add Reverse Lookup validation to Host Checks UI 2 (ababiichuk)

aBabiichuk 11 years ago
parent
commit
954a9cbb8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/messages.js

+ 1 - 1
ambari-web/app/messages.js

@@ -511,7 +511,7 @@ Em.I18n.translations = {
   'installer.step3.hostWarningsPopup.reverseLookup.name': 'Reverse Lookup validation failed on',
   'installer.step3.hostWarningsPopup.reverseLookup.name': 'Reverse Lookup validation failed on',
   'installer.step3.hostWarningsPopup.reverseLookup': 'Reverse Lookup issues',
   'installer.step3.hostWarningsPopup.reverseLookup': 'Reverse Lookup issues',
   'installer.step3.hostWarningsPopup.reverseLookup.message': 'The hostname was not found in the reverse DNS lookup. This may result in incorrect behavior. Please check the DNS setup and fix the issue.',
   'installer.step3.hostWarningsPopup.reverseLookup.message': 'The hostname was not found in the reverse DNS lookup. This may result in incorrect behavior. Please check the DNS setup and fix the issue.',
-  'installer.step3.hostWarningsPopup.reverseLookup.empty': 'hosts failed DNS lookup validation',
+  'installer.step3.hostWarningsPopup.reverseLookup.empty': 'reverse DNS lookup issues.',
   'installer.step3.hostWarningsPopup.action.exists':'Exists on',
   'installer.step3.hostWarningsPopup.action.exists':'Exists on',
   'installer.step3.hostWarningsPopup.action.notRunning':'Not running on',
   'installer.step3.hostWarningsPopup.action.notRunning':'Not running on',
   'installer.step3.hostWarningsPopup.action.installed':'Installed on',
   'installer.step3.hostWarningsPopup.action.installed':'Installed on',