99eaf59509
* Ability to change the account name * Ability to set a language to the account Addresses: #667 #307 Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
27 lines
675 B
JSON
27 lines
675 B
JSON
{
|
|
"GENERAL_SETTINGS": {
|
|
"TITLE": "Account settings",
|
|
"SUBMIT": "Update settings",
|
|
"UPDATE": {
|
|
"ERROR": "Could not update settings, try again!",
|
|
"SUCCESS": "Successfully updated account settings"
|
|
},
|
|
"FORM": {
|
|
"ERROR": "Please fix form errors",
|
|
"GENERAL_SECTION": {
|
|
"TITLE": "General settings",
|
|
"NOTE": ""
|
|
},
|
|
"NAME": {
|
|
"LABEL": "Account name",
|
|
"PLACEHOLDER": "Your account name",
|
|
"ERROR": "Please enter a valid account name"
|
|
},
|
|
"LANGUAGE": {
|
|
"LABEL": "Site language (Beta)",
|
|
"PLACEHOLDER": "Your account name",
|
|
"ERROR": ""
|
|
}
|
|
}
|
|
}
|
|
}
|