Преглед изворни кода

AMBARI-5006. HDFS warning should not include Gluster. (xiwang via yusaku)

Yusaku Sako пре 11 година
родитељ
комит
9ac86781e4
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      ambari-web/app/messages.js

+ 2 - 2
ambari-web/app/messages.js

@@ -510,8 +510,8 @@ Em.I18n.translations = {
 
   'installer.step4.header':'Choose Services',
   'installer.step4.body':'Choose which services you want to install on your cluster.',
-  'installer.step4.hdfsCheck.popup.header':'Hadoop File System Needed',
-  'installer.step4.hdfsCheck.popup.body':'You did not select HDFS or GLUSTERFS, but one is required. We will automatically add HDFS. Is this OK?',
+  'installer.step4.hdfsCheck.popup.header':'File System Required',
+  'installer.step4.hdfsCheck.popup.body':'You did not select a File System but one is required. We will automatically add HDFS. Is this OK?',
   'installer.step4.multipleDFS.popup.header':'Multiple File Systems Selected',
   'installer.step4.multipleDFS.popup.body':'You selected more than one file system. We will automatically select only HDFS. Is this OK?',
   'installer.step4.mapreduceCheck.popup.header':'MapReduce Needed',