From 42b790506508160b19ce13ee92a89195d6d459cd Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Thu, 2 Nov 2023 12:20:25 -0400 Subject: [PATCH] refactor: rename Songs to Music in BBB Timer --- bigbluebutton-html5/imports/ui/components/timer/component.jsx | 4 ++-- bigbluebutton-html5/public/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",