mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
refactor: change locale key (#3838)
This commit is contained in:
@@ -135,7 +135,7 @@ export const InviteModal = ({
|
||||
</div>
|
||||
<div className={styles.inviteModalButtonContainer}>
|
||||
<Button style={{ marginRight: 20 }} onClick={handleCancel}>
|
||||
{t['Cancel']()}
|
||||
{t['com.affine.inviteModal.button.cancel']()}
|
||||
</Button>
|
||||
<Button type="primary" onClick={handleConfirm} loading={isMutating}>
|
||||
{t['Invite']()}
|
||||
|
||||
Reference in New Issue
Block a user