This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push:
new 2a734f1 Correct grammar of message when there are no cubes
2a734f1 is described below
commit 2a734f166bbebd77b673399ed321110dfb19cb98
Author: Andrew Lane <[email protected]>
AuthorDate: Fri Oct 9 12:50:46 2020 -0400
Correct grammar of message when there are no cubes
---
webapp/app/partials/cubes/cubes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webapp/app/partials/cubes/cubes.html
b/webapp/app/partials/cubes/cubes.html
index 605f4e5..d42a51b 100644
--- a/webapp/app/partials/cubes/cubes.html
+++ b/webapp/app/partials/cubes/cubes.html
@@ -36,7 +36,7 @@
</div>
<div ng-if="!loading && cubeList.cubes.length == 0">
- <div no-result text="No Cube."></div>
+ <div no-result text="No Cubes."></div>
</div>
<table ng-if="cubeList.cubes.length > 0" class="table table-striped
table-bordered table-hover dataTable no-footer">
<!--Header-->