Repository: ambari Updated Branches: refs/heads/branch-2.4 078833a36 -> 836e3a36b
AMBARI-17154 - Typo in SmartSense Warning Dialog (rzang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/836e3a36 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/836e3a36 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/836e3a36 Branch: refs/heads/branch-2.4 Commit: 836e3a36b708aa03a8c517d922b1ffb6a31e65d6 Parents: 078833a Author: Richard Zang <[email protected]> Authored: Thu Jun 9 16:28:51 2016 -0700 Committer: Richard Zang <[email protected]> Committed: Thu Jun 9 16:34:31 2016 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/836e3a36/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 6f67f8c..6465812 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -826,10 +826,10 @@ Em.I18n.translations = { 'installer.step4.serviceCheck.popup.body':'You did not select {0}, but it is needed by other services you selected. We will automatically add {0}. Is this OK?', 'installer.step4.limitedFunctionality.popup.header':'Limited Functionality Warning', 'installer.step4.ambariMetricsCheck.popup.body':'Ambari Metrics collects metrics from the cluster and makes them available to Ambari. If you do not install Ambari Metrics service, metrics will not be accessible from Ambari. Are you sure you want to proceed without Ambari Metrics?', - 'installer.step4.smartSenseCheck.popup.body':'SmartSense securely collections diagnostic data from the cluster and ' + - 'provides both recommendations as well as automated analysis for troubleshooting support cases. If you do not ' + - 'install the SmartSense service, no recommendations will be provided and data must be gathered manually for ' + - 'troubleshooting support cases. Are you sure you want to proceed without SmartSense?', + 'installer.step4.smartSenseCheck.popup.body':'SmartSense securely collects cluster diagnostics in order to send you recommendations and automate analysis for ' + + 'troubleshooting support cases. If you choose not to install SmartSense, you will not receive any recommendations, and you ' + + 'will need to collect configuration and logs manually for troubleshooting support cases. ' + + 'Are you sure you want to proceed without SmartSense?', 'installer.step4.rangerRequirements.popup.header': 'Ranger Requirements', 'installer.step4.rangerRequirements.popup.body.requirements': '<ol><li>You must have an <strong>MySQL/Oracle/Postgres/MSSQL/SQL Anywhere Server</strong> database instance running to be used by Ranger.</li>' + '<li>In Assign Masters step of this wizard, you will be prompted to specify which host for the Ranger Admin. On that host, you <strong>must have DB Client installed</strong> for Ranger to access to the database. (Note: This is applicable for only Ranger 0.4.0)</li>' +
