Merge pull request #19061 from antobinary/rename-songs
refactor: rename Songs to Music in BBB Timer
This commit is contained in:
commit
cc1caf443f
@ -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',
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user