mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Merge pull request #1 from diklein/diklein-show-less
Show Less Choices should be Show Fewer Choices
This commit is contained in:
commit
2ee0f05fbe
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