From 5d42ac19c784e64a34577f4c2b3556f3a83fb575 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Fri, 18 Dec 2020 07:57:06 -0500 Subject: [PATCH] Merge pull request #2244 from Artiume/patch-2 Fix Continue Listening (cherry picked from commit e7521162097fdb5b2731510a634339be9a690add) Signed-off-by: Joshua M. Boniface --- 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 += '
';