Repository: kylin
Updated Branches:
  refs/heads/master 632c20b16 -> ca5b3b76f


KYLIN-2981 Fix misspelled in Cube Refresh Setting page.

Signed-off-by: shaofengshi <shaofeng...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/9dc1fdda
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/9dc1fdda
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/9dc1fdda

Branch: refs/heads/master
Commit: 9dc1fdda10fe997adc3bb2881946461813d02248
Parents: 632c20b
Author: peng.jianhua <peng.jian...@zte.com.cn>
Authored: Thu Nov 2 08:47:28 2017 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Sat Nov 4 19:46:28 2017 +0800

----------------------------------------------------------------------
 webapp/app/partials/cubeDesigner/refresh_settings.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/9dc1fdda/webapp/app/partials/cubeDesigner/refresh_settings.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/cubeDesigner/refresh_settings.html 
b/webapp/app/partials/cubeDesigner/refresh_settings.html
index 2d2509d..ead42bb 100755
--- a/webapp/app/partials/cubeDesigner/refresh_settings.html
+++ b/webapp/app/partials/cubeDesigner/refresh_settings.html
@@ -179,11 +179,11 @@
 </div>
 
 <script type="text/ng-template" id="autoMergeThresholdsTip.html">
-    <p>The thresholds will be checked ascendingly to see if any consectuive 
segments' time range has exceeded it. For example the [7 days, 30 days] will 
result in daily incremental segments being merged every 7 days, and the 7-days 
segments will get merged every 30 days.</p>
+    <p>The thresholds will be checked ascendingly to see if any consecutive 
segments' time range has exceeded it. For example the [7 days, 30 days] will 
result in daily incremental segments being merged every 7 days, and the 7-days 
segments will get merged every 30 days.</p>
 </script>
 
 <script type="text/ng-template" id="volatileRangeTip.html">
-  <p>By default it's '0', which will auto merge all possile cube segments , or 
'Auto Merge' will not merge latest [Volatile Range] days cube segments.</p>
+  <p>By default it's '0', which will auto merge all possible cube segments , 
or 'Auto Merge' will not merge latest [Volatile Range] days cube segments.</p>
 </script>
 
 <script type="text/ng-template" id="retentionTip.html">

Reply via email to