mirror of
https://github.com/stashapp/stash.git
synced 2025-12-28 11:13:33 +01:00
Fix incorrect message id (#2036)
This commit is contained in:
parent
d8fcc1ead5
commit
23b7d63417
1 changed files with 1 additions and 3 deletions
|
|
@ -100,9 +100,7 @@ export const QueueViewer: React.FC<IPlaylistViewer> = ({
|
|||
<div>
|
||||
<Form.Check
|
||||
checked={continuePlaylist}
|
||||
label={intl.formatMessage({
|
||||
id: "continue",
|
||||
})}
|
||||
label={intl.formatMessage({ id: "actions.continue" })}
|
||||
onChange={() => {
|
||||
setContinue(!continuePlaylist);
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue