Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C0F111FBE for ; Thu, 21 Aug 2014 23:54:14 +0000 (UTC) Received: (qmail 29834 invoked by uid 500); 21 Aug 2014 23:54:13 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 29786 invoked by uid 500); 21 Aug 2014 23:54:13 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 29728 invoked by uid 99); 21 Aug 2014 23:54:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2014 23:54:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0BF4B9C7486; Thu, 21 Aug 2014 23:54:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: yusaku@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-6981. Modify welcome text for Install Wizard. (yusaku) Date: Thu, 21 Aug 2014 23:54:13 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 9751b8538 -> 8831f36c2 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/trunk Commit: 8831f36c23c43c549afe2df2e42f4dbd20afb235 Parents: 9751b85 Author: Yusaku Sako Authored: Thu Aug 21 16:38:21 2014 -0700 Committer: Yusaku Sako 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.
' + - '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.',