Skip to content

Commit

Permalink
Correct grammar of message when there are no cubes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLane authored and hit-lacus committed Oct 10, 2020
1 parent fa37255 commit 2a734f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/partials/cubes/cubes.html
Original file line number Diff line number Diff line change
Expand Up @@ -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-->
Expand Down

0 comments on commit 2a734f1

Please sign in to comment.