mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
fix typo
This commit is contained in:
parent
1587d093ea
commit
5cef7e9a70
@ -152,7 +152,7 @@ export const CreateCommonSecret = ({groupId, secretKey, isOwner, myAddress, sec
|
|||||||
maxWidth: '350px',
|
maxWidth: '350px',
|
||||||
background: '#444444'
|
background: '#444444'
|
||||||
}}>
|
}}>
|
||||||
<LoadingButton loading={isLoading} loadingPosition="start" color="warning" variant='contained' onClick={createCommonSecret}>Re-encyrpt key</LoadingButton>
|
<LoadingButton loading={isLoading} loadingPosition="start" color="warning" variant='contained' onClick={createCommonSecret}>Re-encrypt key</LoadingButton>
|
||||||
{noSecretKey ? (
|
{noSecretKey ? (
|
||||||
<Box>
|
<Box>
|
||||||
<Typography>There is no group secret key. Be the first admin to publish one!</Typography>
|
<Typography>There is no group secret key. Be the first admin to publish one!</Typography>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user