Skip to content

Commit

Permalink
fix: correct wheelchair spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Mar 25, 2016
1 parent 2d55a2a commit cd6adf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/locales/en/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"beard": "Beard",
"mustache": "Mustache",
"flower": "Flower",
"wheelChair": "Wheel Chair",
"wheelchair": "Wheelchair",
"basicSkins": "Basic Skins",
"rainbowSkins": "Rainbow Skins",
"pastelSkins": "Pastel Skins",
Expand Down
4 changes: 2 additions & 2 deletions website/views/options/profile.jade
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ mixin customizeProfile(mobile)
popover-placement='right', popover-append-to-body='true',
ng-click='user.items.gear.owned[item.key] ? equip(item.key) : purchase(item.type,item)')

// Wheel Chair
// Wheelchair
li.customize-menu
menu(label=env.t('wheelChair'))
menu(label=env.t('wheelchair'))
button.customize-option(ng-repeat='item in ::["black"]', class='button_chair_{{::item}}',
ng-class="{selectableInventory: user.preferences.chair == item}",
ng-click='user.preferences.chair != item ? set({"preferences.chair":item}) : set({"preferences.chair":"none"})')
Expand Down

0 comments on commit cd6adf2

Please sign in to comment.