mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Show Less Choices should be Show More Choices
This commit is contained in:
parent
12dc81f314
commit
007bddb675
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue