Procházet zdrojové kódy

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

aBabiichuk před 11 roky
rodič
revize
954a9cbb8f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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': '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.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.notRunning':'Not running on',
   'installer.step3.hostWarningsPopup.action.installed':'Installed on',