fix(react): add owner modal title (#3222)

This commit is contained in:
Gabe Lyons 2021-09-10 16:51:36 -07:00 committed by GitHub
parent f0c8f85a0e
commit 3ee6e760f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ export const AddOwnerModal = ({ visible, onClose, owners, updateOwnership }: Pro
return (
<Modal
title="Add tag"
title="Add owner"
visible={visible}
onCancel={onClose}
footer={