mirror of
https://github.com/stashapp/stash.git
synced 2025-12-31 04:33:04 +01:00
Fix scene studio message id
This commit is contained in:
parent
5636b484b1
commit
2b8a40e210
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
|||
|
||||
<Form.Group controlId="studio" as={Row}>
|
||||
{FormUtils.renderLabel({
|
||||
title: intl.formatMessage({ id: "studios" }),
|
||||
title: intl.formatMessage({ id: "studio" }),
|
||||
labelProps: {
|
||||
column: true,
|
||||
sm: 3,
|
||||
|
|
|
|||
Loading…
Reference in a new issue