diff --git a/client/src/account/API.js b/client/src/account/API.js
index 26c151cb..15ff182f 100644
--- a/client/src/account/API.js
+++ b/client/src/account/API.js
@@ -199,23 +199,23 @@ export default class API extends Component {
NAME – {t('field name')} ({t('required')})
TYPE – {t('one of the following types:')}
- - text Text
- - website Website
- - longtext Multi-line text
- - gpg GPG Public Key
- - number Number
- - radio Radio Buttons
- - checkbox Checkboxes
- - dropdown Drop Down
- - date-us Date (MM/DD/YYY)
- - date-eur Date (DD/MM/YYYY)
- - birthday-us Birthday (MM/DD)
- - birthday-eur Birthday (DD/MM)
- - json JSON value for custom rendering
- - option Option
+ - text – Text
+ - website – Website
+ - longtext – Multi-line text
+ - gpg – GPG Public Key
+ - number – Number
+ - radio – Radio Buttons
+ - checkbox – Checkboxes
+ - dropdown – Drop Down
+ - date-us – Date (MM/DD/YYY)
+ - date-eur – Date (DD/MM/YYYY)
+ - birthday-us – Birthday (MM/DD)
+ - birthday-eur – Birthday (DD/MM)
+ - json – JSON value for custom rendering
+ - option – Option
- GROUP – {t('If the type is 'option' then you also need to specify the parent element ID')}
+ GROUP – {t('If the type is \'option\' then you also need to specify the parent element ID')}
GROUP_TEMPLATE – {t('Template for the group element. If not set, then values of the elements are joined with commas')}
VISIBLE – yes/no, {t('if not visible then the subscriber can not view or modify this value at the profile page')}
@@ -224,7 +224,7 @@ export default class API extends Component {
{t('Example')}
- curl -XPOST {{serviceUrl}}api/field/B16uVTdW?access_token={{accessToken}} \
+ curl -XPOST {serviceUrl}api/field/B16uVTdW?access_token={accessToken} \
--data 'NAME=Birthday&TYPE=birthday-us&VISIBLE=yes'
GET /api/blacklist/get – {t('Get list of blacklisted emails')}