Skip to content

Commit

Permalink
Update the Map button, clean example of a phrase change
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalatero committed Sep 13, 2016
1 parent 3902dcd commit 1f65a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/jade/search.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.settings(class="controls", ng-click="toggleSideMenu()")
.btn-group-container
.btn-group
.btn-map(ng-class="current_view == 'map' ? 'active' : ''", ng-click="show_map()") Map
.btn-map(ng-class="current_view == 'map' ? 'active' : ''", ng-click="show_map()", translate="search.map_btn")
.btn-list(ng-class="current_view == 'list' ? 'active' : ''", ng-click="show_list()", translate="search.list_btn")
.add-location(class="controls", ng-click="begin_add_location()")
.add-location-controls(ng-class="{show: add_location_controls}")
Expand Down
5 changes: 3 additions & 2 deletions www/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"search.list_btn": "List"
}
"search.list_btn": "List",
"search.map_btn": "Map"
}

0 comments on commit 1f65a50

Please sign in to comment.