diff --git a/dashboard-ui/bower_components/emby-webcomponents/voice/voicedialog.js b/dashboard-ui/bower_components/emby-webcomponents/voice/voicedialog.js index db5ce9ee82..dee43a6dd3 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/voice/voicedialog.js +++ b/dashboard-ui/bower_components/emby-webcomponents/voice/voicedialog.js @@ -135,7 +135,7 @@ define(['dialogHelper', './voicereceiver', './voiceprocessor', 'globalize', 'emb html += ''; html += '
'; - html += '

' + globalize.translate('sharedcomponents#HeaderYouSaid') + '

'; + html += '

' + globalize.translate('sharedcomponents#HeaderYouSaid') + '

'; html += '

'; html += '

' + globalize.translate('sharedcomponents#MessageWeDidntRecognizeCommand') + '

';