Skip to content

Commit d42938d

Browse files
committed
fix: added envWarning.production & russian translation for it
1 parent b8718c6 commit d42938d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

admin/src/containers/ConfigPage/index.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ const ConfigPage = () => {
3434
{appEnv === 'production' && (
3535
<Box paddingBottom={4}>
3636
<Alert variant="danger">
37-
<Typography variant="omega" fontWeight="bold">{formatMessage({ id: 'envWarning.production.heading' })}</Typography><br />
38-
{formatMessage({ id: 'envWarning.production.message_1' })}<br />
39-
{formatMessage({ id: 'envWarning.production.message_2' })}
37+
<Typography variant="omega" fontWeight="bold">{formatMessage({ id: 'config-sync.envWarning.production.heading' })}</Typography><br />
38+
{formatMessage({ id: 'config-sync.envWarning.production.message_1' })}<br />
39+
{formatMessage({ id: 'config-sync.envWarning.production.message_2' })}
4040
</Alert>
4141
</Box>
4242
)}

0 commit comments

Comments
 (0)