Tweak change client text

This commit is contained in:
J. Ryan Stinnett 2020-09-29 13:42:20 +01:00
parent 1ba8c656e7
commit dcc43ff436

View File

@ -69,7 +69,7 @@ const InviteTile: React.FC<IProps> = ({ children, client, link }: IProps) => {
<TextButton
onClick={(): void => setShowAdvanced(!showAdvanced)}
>
Change Client.
Change client
</TextButton>
</p>
);