diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index f6fb8ec7bb9..421f74e1257 100644 --- a/src/components/homesections/homesections.js +++ b/src/components/homesections/homesections.js @@ -491,7 +491,7 @@ import ServerConnections from '../ServerConnections'; function loadResumeAudio(elem, apiClient, userId) { let html = ''; - html += '

' + globalize.translate('HeaderContinueWatching') + '

'; + html += '

' + globalize.translate('HeaderContinueListening') + '

'; if (enableScrollX()) { html += '
'; html += '
';