fix: typos and small ui improvements

This commit is contained in:
Taranto 2020-10-24 10:49:51 +01:00 committed by Josh Harvey
parent 0aae7ac1ff
commit a710a1b33a
17 changed files with 102 additions and 109 deletions

View file

@ -20,13 +20,13 @@ export default {
},
{
code: 'fromNumber',
display: 'From Number',
display: 'Twilio Number (international format)',
component: TextInputFormik,
face: true
},
{
code: 'toNumber',
display: 'To Number',
display: 'Notifications Number (international format)',
component: TextInputFormik,
face: true
}