diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index 8c9d43e..a5bae49 100644 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -78,5 +78,6 @@ "confirmNewKeyId": "Confirm New Key ID", "highlightedFieldsInvalid": "Highlighted fields are invalid", "changeStatus": "Change Status", - "keySwap": "Key Swap" + "keySwap": "Key Swap", + "chargeEdit": "Edit Charges" } \ No newline at end of file diff --git a/src/components/FormField.jsx b/src/components/FormField.jsx index 6c1ec04..1b228ee 100644 --- a/src/components/FormField.jsx +++ b/src/components/FormField.jsx @@ -5,7 +5,7 @@ import clsx from "clsx"; function FormField({ label, children, icon }) { return (
-