change save button label
This commit is contained in:
@@ -208,7 +208,7 @@ export const InfoSettings = ({ bondedNode }: { bondedNode: TBondedMixnode | TBon
|
||||
onClick={() => setOpenConfirmationModal(true)}
|
||||
sx={{ m: 3, width: '320px' }}
|
||||
>
|
||||
Save all changes
|
||||
Save all display changes
|
||||
</Button>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
@@ -135,7 +135,7 @@ export const ParametersSettings = ({ bondedNode }: { bondedNode: TBondedMixnode
|
||||
onClick={() => setOpenConfirmationModal(true)}
|
||||
sx={{ m: 3, width: '320px' }}
|
||||
>
|
||||
Save all changes
|
||||
Save all display changes
|
||||
</Button>
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user