use Uppercase for button label

This commit is contained in:
seanyesmunt 2018-05-31 00:42:45 -04:00
parent 8b895caf15
commit c79affaeb8

View file

@ -48,7 +48,7 @@ class FormInviteNew extends React.PureComponent {
/>
</FormRow>
<div className="card__actions">
<Submit label="INVITE" disabled={isPending} />
<Submit label="Invite" disabled={isPending} />
</div>
</Form>
);