remove American Female from voice list

pull/13/head
Kris Gesling 2019-12-12 17:45:58 +10:30
parent 00bfcd4fb8
commit 66f4596b39
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ export class VoiceCardComponent implements OnInit {
constructor() {
this.voiceOptionsConfig = {
options: ['British Male', 'American Female', 'American Male', 'Google Voice'],
options: ['British Male', 'American Male', 'Google Voice'],
buttonWidth: '140px'
};
}