change save button label

This commit is contained in:
Gala
2022-09-08 12:18:09 +02:00
parent 912fb4ab38
commit f230229ce9
2 changed files with 2 additions and 2 deletions
@@ -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>