feat: Adds an option to edit City/Country (#6792)

* feat: Adds an option to edit City/Country

* chore: Minor fix
This commit is contained in:
Sivin Varghese
2023-04-03 19:51:27 +05:30
committed by GitHub
parent d2d6d271c3
commit 268eababa3
2 changed files with 77 additions and 2 deletions

View File

@@ -132,6 +132,17 @@
"PLACEHOLDER": "Enter the company name",
"LABEL": "Company Name"
},
"COUNTRY": {
"PLACEHOLDER": "Enter the country name",
"LABEL": "Country Name",
"SELECT_PLACEHOLDER": "Select",
"REMOVE": "Remove",
"SELECT_COUNTRY": "Select Country"
},
"CITY": {
"PLACEHOLDER": "Enter the city name",
"LABEL": "City Name"
},
"SOCIAL_PROFILES": {
"FACEBOOK": {
"PLACEHOLDER": "Enter the Facebook username",
@@ -346,5 +357,4 @@
"ERROR_MESSAGE": "Could not merge contacts, try again!"
}
}
}