Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing typo in tag cloud warning message #10092

Merged
merged 2 commits into from Jan 30, 2017

Conversation

ycombinator
Copy link
Contributor

Fixing the spelling of "omitted" in the tag cloud visualization.

@ycombinator ycombinator added Feature:Visualizations Generic visualization features (in case no more specific feature label is available) review v5.0.2 v5.3.0 v6.0.0 labels Jan 27, 2017
@ycombinator ycombinator changed the title Fixing typo Fixing typo in tag cloud error message Jan 27, 2017
@ycombinator ycombinator changed the title Fixing typo in tag cloud error message Fixing typo in tag cloud warning message Jan 27, 2017
@@ -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 may appear cropped or be omitted.</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix LGTM. I tripped a little over the "may appear" -- I'd probably go with "Tags might be cropped or omitted." But truthfully, that's just a style preference.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will gladly defer to you on all things language 😄. Updating...

Copy link
Contributor

@thomasneirynck thomasneirynck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx!

@ycombinator ycombinator merged commit 40e6f25 into elastic:master Jan 30, 2017
ycombinator added a commit that referenced this pull request Jan 30, 2017
* Fixing typo

* Simplifying language
@ycombinator
Copy link
Contributor Author

ycombinator commented Jan 30, 2017

Backported to:

ycombinator added a commit that referenced this pull request Jan 30, 2017
* Fixing typo

* Simplifying language
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Visualizations Generic visualization features (in case no more specific feature label is available) review v5.2.1 v5.3.0 v6.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants