Repository: kylin
Updated Branches:
  refs/heads/master 0b5f799e9 -> 29b912896


KYLIN-2968 misspelled word in table_load.html

Signed-off-by: Li Yang <liy...@apache.org>


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

Branch: refs/heads/master
Commit: 29b91289673bf45e9378390225e16e9037657044
Parents: 0b5f799
Author: peng.jianhua <peng.jian...@zte.com.cn>
Authored: Wed Oct 25 17:44:31 2017 +0800
Committer: Li Yang <liy...@apache.org>
Committed: Sun Oct 29 18:45:03 2017 +0800

----------------------------------------------------------------------
 webapp/app/partials/tables/table_load.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/29b91289/webapp/app/partials/tables/table_load.html
----------------------------------------------------------------------
diff --git a/webapp/app/partials/tables/table_load.html 
b/webapp/app/partials/tables/table_load.html
index 5c72c15..c998ded 100644
--- a/webapp/app/partials/tables/table_load.html
+++ b/webapp/app/partials/tables/table_load.html
@@ -22,7 +22,7 @@
     </div>
     <div class="modal-body">
       <span><strong>Project: </strong>{{ 
$parent.projectName!=null?$parent.projectName:'NULL'}}</span>
-      <label for="tables"> Table Names:(Seperate with comma)</label>
+      <label for="tables"> Table Names:(Separate with comma)</label>
             <textarea ng-model="$parent.tableNames" class="form-control" 
id="tables"
                       placeholder="table1,table2  By default,system will 
choose 'Default' as database,you can specify database like this 
'database.table'"></textarea>
       <label> <input type="checkbox" ng-model="$parent.isCalculate" >Calculate 
column cardinality</label>

Reply via email to