Misc small changes (#1433)

* Fix React key warning in HelpDialog

* Change "lyric" to "lyrics" in en.json
This commit is contained in:
Steve Richter 2021-10-26 08:57:20 -04:00 committed by GitHub
parent 83eaafcbfb
commit 85185e3b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -39,9 +39,10 @@ const HelpTable = (props) => {
<TableCell align="left">
{sequences.map(({ sequence }) => (
<Chip
label={<kbd key={sequence}>{sequence}</kbd>}
label={<kbd>{sequence}</kbd>}
size="small"
variant={'outlined'}
key={sequence}
/>
))}
</TableCell>

View File

@ -344,13 +344,13 @@
"previousTrackText": "Previous track",
"reloadText": "Reload",
"volumeText": "Volume",
"toggleLyricText": "Toggle lyric",
"toggleLyricText": "Toggle lyrics",
"toggleMiniModeText": "Minimize",
"destroyText": "Destroy",
"downloadText": "Download",
"removeAudioListsText": "Delete audio lists",
"clickToDeleteText": "Click to delete %{name}",
"emptyLyricText": "No lyric",
"emptyLyricText": "No lyrics",
"playModeText": {
"order": "In order",
"orderLoop": "Repeat",