diff --git a/src/components/DialPad/index.js b/src/components/DialPad/index.js index 688f258cda..ebdb96a9c2 100644 --- a/src/components/DialPad/index.js +++ b/src/components/DialPad/index.js @@ -6,7 +6,7 @@ import audios from './audios'; const keyConfig = [ [{ value: '1', text: '' }, { value: '2', text: 'ABC', dx: '183.211' }, { value: '3', text: 'DEF', dx: '188.633' }], - [{ value: '4', text: 'GHI', dx: '192.242' }, { value: '5', text: 'JKL', dx: '194.0235' }, { value: '6', text: 'MON', dx: '174.211' }], + [{ value: '4', text: 'GHI', dx: '192.242' }, { value: '5', text: 'JKL', dx: '194.0235' }, { value: '6', text: 'MNO', dx: '174.211' }], [{ value: '7', text: 'PQRS', dx: '163.3595' }, { value: '8', text: 'TUV', dx: '188.633' }, { value: '9', text: 'WXYZ', dx: '161.5705' }], [ { value: '*', text: '' },