Fixing typo in tag cloud warning message (#10092)

* Fixing typo

* Simplifying language
This commit is contained in:
Shaunak Kashyap 2017-01-30 08:48:30 -08:00
parent 631099b555
commit 2dec109e58

View file

@ -2,6 +2,6 @@
<div ng-show="vis.params.hideLabel" class="tagcloud-custom-label"></div>
<div class="tagcloud-notifications">
<div class="tagcloud-truncated-message">The number of tags has been truncated to avoid long draw times.</div>
<div class="tagcloud-incomplete-message">The container is too small to display the entire cloud. Tags may appear cropped or be ommitted.</div>
<div class="tagcloud-incomplete-message">The container is too small to display the entire cloud. Tags might be cropped or omitted.</div>
</div>
</div>