Shorten remember choice to avoid wrapping
This commit is contained in:
parent
03816c1224
commit
1a6c741298
@ -38,7 +38,7 @@ const ClientSelection: React.FC<IProps> = ({ link }: IProps) => {
|
|||||||
}}
|
}}
|
||||||
checked={rememberSelection}
|
checked={rememberSelection}
|
||||||
>
|
>
|
||||||
Remember choice for future invites in this browser
|
Remember for future invites in this browser
|
||||||
</StyledCheckbox>
|
</StyledCheckbox>
|
||||||
<StyledCheckbox
|
<StyledCheckbox
|
||||||
onChange={(): void => {
|
onChange={(): void => {
|
||||||
|
Loading…
Reference in New Issue
Block a user