feat: i18n

This commit is contained in:
Andres 2023-10-19 15:15:19 +02:00
parent 2cf3a64cc8
commit ee73374c29
8 changed files with 30 additions and 17 deletions

View file

@ -134,7 +134,7 @@ function NetworkRules({ network, callback }) {
</Typography>
) : (
<Button variant="contained" color="primary" onClick={saveChanges}>
Save Changes
{t("saveChanges")}
</Button>
)}
</Grid>