diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index a99b868..062097a 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -708,5 +708,13 @@ "testConnection": "Test connection", "selectAccountFirst": "Please select an account first.", "noEmail": "No email address" + }, + "address": { + "title": "Address", + "street": "Street", + "city": "City", + "zip": "ZIP Code", + "country": "Country", + "state": "State" } -} +} \ No newline at end of file