mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
Fix scene studio message id
This commit is contained in:
@@ -730,7 +730,7 @@ export const SceneEditPanel: React.FC<IProps> = ({
|
|||||||
|
|
||||||
<Form.Group controlId="studio" as={Row}>
|
<Form.Group controlId="studio" as={Row}>
|
||||||
{FormUtils.renderLabel({
|
{FormUtils.renderLabel({
|
||||||
title: intl.formatMessage({ id: "studios" }),
|
title: intl.formatMessage({ id: "studio" }),
|
||||||
labelProps: {
|
labelProps: {
|
||||||
column: true,
|
column: true,
|
||||||
sm: 3,
|
sm: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user