We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8718c6 commit d42938dCopy full SHA for d42938d
1 file changed
admin/src/containers/ConfigPage/index.jsx
@@ -34,9 +34,9 @@ const ConfigPage = () => {
34
{appEnv === 'production' && (
35
<Box paddingBottom={4}>
36
<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' })}
+ <Typography variant="omega" fontWeight="bold">{formatMessage({ id: 'config-sync.envWarning.production.heading' })}</Typography><br />
+ {formatMessage({ id: 'config-sync.envWarning.production.message_1' })}<br />
+ {formatMessage({ id: 'config-sync.envWarning.production.message_2' })}
40
</Alert>
41
</Box>
42
)}
0 commit comments