Merge pull request #19061 from antobinary/rename-songs

refactor: rename Songs to Music in BBB Timer
This commit is contained in:
Ramón Souza 2023-11-02 13:55:18 -03:00 committed by GitHub
commit cc1caf443f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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',

View File

@ -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",