Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: more usable language in widget mode toggle label
Browse files Browse the repository at this point in the history
Further iteration on advice from UX
  • Loading branch information
apetro committed Dec 4, 2018
1 parent f29bad5 commit d8c27ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ and this project adheres to

* Changed label on UI control for switching home page between expanded and
compact widget modes, to make this feature more recognizable to and
understandable by users. New label is "Change widget display mode"; was
"Toggle expanded widgets". Also updates associated `aria-label`. #866
understandable by users. New label is "Change tile size"; was
"Toggle expanded widgets". Also updates the associated `aria-label`. #866

### Deprecated

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
<md-subheader ng-if="renderMe">{{ appTitle }} Home options</md-subheader>
<md-menu-item ng-if="renderMe">
<md-button
aria-label="Toggle between expanded and compact widget display modes"
aria-label="Toggle between small simple tiles and larger richer tiles"
ng-controller="ToggleController"
ng-click="toggleMode(expandedMode)">
<md-icon>widgets</md-icon>
<span>Change widget display mode</span>
<span>Change tile size</span>
</md-button>
</md-menu-item>
</div>

0 comments on commit d8c27ae

Please sign in to comment.