AMBARI-6981. Modify welcome text for Install Wizard. (yusaku)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8831f36c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8831f36c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8831f36c Branch: refs/heads/branch-alerts-dev Commit: 8831f36c23c43c549afe2df2e42f4dbd20afb235 Parents: 9751b85 Author: Yusaku Sako <[email protected]> Authored: Thu Aug 21 16:38:21 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Thu Aug 21 16:54:06 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/messages.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8831f36c/ambari-web/app/messages.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/messages.js b/ambari-web/app/messages.js index 33ca76e..f569411 100644 --- a/ambari-web/app/messages.js +++ b/ambari-web/app/messages.js @@ -371,9 +371,8 @@ Em.I18n.translations = { 'installer.controls.slaveComponentChangeGroupName.error':'group with this name already exist', 'installer.step0.header':'Welcome', - 'installer.step0.body.header':'Welcome to Apache Ambari!', - 'installer.step0.body':'Ambari makes it easy to install, manage, and monitor Hadoop clusters.<br>' + - 'We will walk you through the cluster installation process with this step-by-step wizard.', + 'installer.step0.body.header':'Welcome to the Cluster Install Wizard', + 'installer.step0.body':'This wizard will walk you through the cluster installation process. Let\'s start by naming your new cluster.', 'installer.step0.clusterName':'Name your cluster', 'installer.step0.clusterName.tooltip.title':'Cluster Name', 'installer.step0.clusterName.tooltip.content':'Enter a unique cluster name. Cluster name cannot be changed later.',
