Skip to content

Commit

Permalink
Use better descriptions for aria labels, elastic#12865
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisronline committed Aug 8, 2017
1 parent 43a664b commit e99955d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/public/field_editor/field_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h4 class="hintbox-heading">
data-test-subj="fieldIncreasePopularityButton"
type="button"
ng-click="editor.field.count = editor.field.count + 1"
aria-label="Plus"
aria-label="Increment popularity"
class="kuiButton kuiButton--basic"
>
<span
Expand All @@ -120,7 +120,7 @@ <h4 class="hintbox-heading">
<button
type="button"
ng-click="editor.field.count = editor.field.count - 1"
aria-label="Minus"
aria-label="Decrement popularity"
class="kuiButton kuiButton--basic"
>
<span
Expand Down

0 comments on commit e99955d

Please sign in to comment.