Show Less Choices should be Show More Choices

This commit is contained in:
David Klein 2019-06-19 17:10:25 -07:00 committed by GitHub
parent 12dc81f314
commit 007bddb675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ export const Apps = ({ resource, handleAppsExpand }: Props) => {
aria-expanded={overflowExpanded}
aria-controls={`apps_${resource.id}`}
>
<Button type="button">Show {overflowExpanded ? "less" : "more"} choices</Button>
<Button type="button">Show {overflowExpanded ? "fewer" : "more"} choices</Button>
</ExpandContainer>
</React.Fragment>
)}