diff --git a/bigbluebutton-html5/imports/ui/components/timer/component.jsx b/bigbluebutton-html5/imports/ui/components/timer/component.jsx
index 007bc7e4f1..01c995b7c8 100644
--- a/bigbluebutton-html5/imports/ui/components/timer/component.jsx
+++ b/bigbluebutton-html5/imports/ui/components/timer/component.jsx
@@ -47,8 +47,8 @@ const intlMessages = defineMessages({
description: 'Timer seconds label',
},
songs: {
- id: 'app.timer.songs',
- description: 'Songs title label',
+ id: 'app.timer.music',
+ description: 'Music title label',
},
noTrack: {
id: 'app.timer.noTrack',
diff --git a/bigbluebutton-html5/public/locales/en.json b/bigbluebutton-html5/public/locales/en.json
index 1b964bdc67..69ba7de58e 100755
--- a/bigbluebutton-html5/public/locales/en.json
+++ b/bigbluebutton-html5/public/locales/en.json
@@ -76,8 +76,8 @@
"app.timer.hours": "hours",
"app.timer.minutes": "minutes",
"app.timer.seconds": "seconds",
- "app.timer.songs": "Songs",
- "app.timer.noTrack": "No song",
+ "app.timer.music": "Music",
+ "app.timer.noTrack": "No music",
"app.timer.track1": "Relaxing",
"app.timer.track2": "Calm",
"app.timer.track3": "Happy",