KYLIN-2981 minor update on wording

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

Branch: refs/heads/master
Commit: ca5b3b76feb3ba70381d09827eb0fafe6bf79dd1
Parents: 9dc1fdd
Author: shaofengshi <shaofeng...@apache.org>
Authored: Sat Nov 4 19:54:12 2017 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Sat Nov 4 19:54:12 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/ca5b3b76/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 ead42bb..522fe50 100755
--- a/webapp/app/partials/cubeDesigner/refresh_settings.html
+++ b/webapp/app/partials/cubeDesigner/refresh_settings.html
@@ -179,13 +179,13 @@
 </div>
 
 <script type="text/ng-template" id="autoMergeThresholdsTip.html">
-    <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>
+    <p>The thresholds will be checked to see if any consecutive segments' time 
range has reached a threshold. For example the [7 days, 30 days] will result in 
daily incremental segments being merged every 7 days, and five 7-days segments 
will get merged as they exceed 30 days.</p>
 </script>
 
 <script type="text/ng-template" id="volatileRangeTip.html">
-  <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>
+  <p>By default it is '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">
-<p>By default it's '0',which will keep all historic cube segments ,or will 
keep latest [Retention Threshold] days cube segments.</p>
+<p>By default it is '0', which will keep all segments, or will keep latest 
[Retention Threshold] days cube segments.</p>
 </script>

Reply via email to