Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #25752 from mozilla-b2g/revert-25742-keyboard-aria…
Browse files Browse the repository at this point in the history
…-label

Revert "Bug 1092911 - Correct aria-label for layout switching keys
  • Loading branch information
timdream committed Nov 3, 2014
2 parents bb82b4d + ef3eb4c commit 8aa66bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/keyboard/js/keyboard/layout_manager.js
Expand Up @@ -207,7 +207,7 @@ LayoutManager.prototype._updateCurrentPage = function() {
value: layout.alternateLayoutKey || '12&',
uppercaseValue: layout.alternateLayoutKey || '12&',
ratio: 2,
ariaLabel: 'alternateLayoutKey2',
ariaLabel: 'alternateLayoutKey',
className: 'page-switch-key',
targetPage: 1,
isSpecialKey: true
Expand All @@ -218,7 +218,7 @@ LayoutManager.prototype._updateCurrentPage = function() {
value: layout.basicLayoutKey || 'ABC',
uppercaseValue: layout.basicLayoutKey || 'ABC',
ratio: 2,
ariaLabel: 'basicLayoutKey2',
ariaLabel: 'basicLayoutKey',
className: 'page-switch-key',
targetPage: this.PAGE_INDEX_DEFAULT,
isSpecialKey: true
Expand Down

0 comments on commit 8aa66bc

Please sign in to comment.