From 2fa702e954acd5fa332986b950a0a1e00f2043e3 Mon Sep 17 00:00:00 2001 From: artiume Date: Fri, 18 Dec 2020 04:57:16 -0500 Subject: [PATCH] Fix Continue Listening --- src/components/homesections/homesections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/homesections/homesections.js b/src/components/homesections/homesections.js index f6fb8ec7bb..421f74e125 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 += '
';