From: Vincent Vanwaelscappel Date: Wed, 14 Jun 2023 07:55:13 +0000 (+0200) Subject: wip #6025 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=50caaffc625f75ed659115503776c906bbbfca24;p=fluidbook-toolbox.git wip #6025 @0:05 --- diff --git a/app/Fields/FluidbookTTSVoice.php b/app/Fields/FluidbookTTSVoice.php index f02dab6cc..1d4aca540 100644 --- a/app/Fields/FluidbookTTSVoice.php +++ b/app/Fields/FluidbookTTSVoice.php @@ -25,7 +25,7 @@ class FluidbookTTSVoice extends SelectFromArray if (count($res) === 1) { $res['azuretts:fr-FR/Female/fr-FR-DeniseNeural'] = 'Azure Denise (fr-FR)'; - $res['azuretts:fr-FR/Male/fr-FR-HenryNeural'] = 'Azure Henry (fr-FR)'; + $res['azuretts:fr-FR/Male/fr-FR-HenriNeural'] = 'Azure Henri (fr-FR)'; } return array_merge($res, ['festival:voice_cmu_us_slt_arctic_hts' => 'Festival (en-US)', 'readspeaker:Sophie/en_us' => 'ReadSpeaker Sophie (en-US)',