Fix scene studio message id

This commit is contained in:
WithoutPants
2022-04-11 08:34:09 +10:00
committed by GitHub
parent 5636b484b1
commit 2b8a40e210

View File

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