Repository: ambari Updated Branches: refs/heads/trunk 7360a79b7 -> 954a9cbb8
AMBARI-5842 Usability: add Reverse Lookup validation to Host Checks UI 2 (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/954a9cbb Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/954a9cbb Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/954a9cbb Branch: refs/heads/trunk Commit: 954a9cbb8f32de1d0d4d860e37fba5018db9bf45 Parents: 7360a79 Author: aBabiichuk <[email protected]> Authored: Fri May 30 18:29:36 2014 +0300 Committer: aBabiichuk <[email protected]> Committed: Fri May 30 18:29:36 2014 +0300 ---------------------------------------------------------------------- ambari-web/app/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/954a9cbb/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 80b677e..bcdf9f2 100644 --- a/ambari-web/app/messages.js +++ b/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',
