Merge pull request #10080 from Rlin415/fix/map-menu-change-wording
Change wording in map menu
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user