Merge pull request #10080 from Rlin415/fix/map-menu-change-wording

Change wording in map menu
This commit is contained in:
Mrugesh Mohapatra
2016-08-05 00:31:35 +05:30
committed by GitHub

View File

@ -75,7 +75,7 @@ export class Header extends PureComponent {
}); });
const buttonCopy = isAllCollapsed ? const buttonCopy = isAllCollapsed ?
'Expand all challenges' : 'Expand all challenges' :
'Collapse all challenges'; 'Hide all challenges';
return ( return (
<div> <div>
<div <div