浏览代码

AMBARI-2068. "Preparing to install <component>" message needs spacing. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1478603 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父节点
当前提交
e9508526b1
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 3 0
      CHANGES.txt
  2. 2 2
      ambari-web/app/messages.js

+ 3 - 0
CHANGES.txt

@@ -825,6 +825,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2068. "Preparing to install <component>" message needs spacing.
+ (yusaku)
+
  AMBARI-1979. Last HeartBeat time and heartbeat status for agent take around 2-3 
  minutes to update on a server restart. (swagle)
 

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

@@ -379,12 +379,12 @@ Em.I18n.translations = {
   'installer.step9.hostLog.popup.categories.timedout':'Timed Out',
   'installer.step9.hostLog.popup.noTasksToShow':'No tasks to show',
   'installer.step9.overallProgress':'{0} % overall',
-  'installer.step9.serviceStatus.install.pending':'Preparing to install',
+  'installer.step9.serviceStatus.install.pending':'Preparing to install ',
   'installer.step9.serviceStatus.install.queued':'Waiting to install ',
   'installer.step9.serviceStatus.install.inProgress':'Installing ',
   'installer.step9.serviceStatus.install.completed':'Successfully installed ',
   'installer.step9.serviceStatus.install.failed':'Failed to install ',
-  'installer.step9.serviceStatus.uninstall.pending':'Preparing to uninstall',
+  'installer.step9.serviceStatus.uninstall.pending':'Preparing to uninstall ',
   'installer.step9.serviceStatus.uninstall.queued':'Waiting to uninstall ',
   'installer.step9.serviceStatus.uninstall.inProgress':'Uninstalling ',
   'installer.step9.serviceStatus.uninstall.completed':'Successfully uninstalled ',