mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Fixing typo in tag cloud warning message (#10092)
* Fixing typo * Simplifying language
This commit is contained in:
parent
631099b555
commit
2dec109e58
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue