فهرست منبع

AMBARI-6981. Modify welcome text for Install Wizard. (yusaku)

Yusaku Sako 10 سال پیش
والد
کامیت
8831f36c23
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      ambari-web/app/messages.js

+ 2 - 3
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.',