Major update to System Console labelling (#3398)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
0557c03d11
Коммит
d2e93e1bee
@@ -48,13 +48,13 @@ export default class DeveloperSettings extends AdminSettings {
|
||||
label={
|
||||
<FormattedMessage
|
||||
id='admin.service.testingTitle'
|
||||
defaultMessage='Enable Testing: '
|
||||
defaultMessage='Enable Testing Commands: '
|
||||
/>
|
||||
}
|
||||
helpText={
|
||||
<FormattedMessage
|
||||
id='admin.service.testingDescription'
|
||||
defaultMessage='(Developer Option) When true, /loadtest slash command is enabled to load test accounts and test data. Changing this will require a server restart before taking effect.'
|
||||
defaultMessage='When true, /loadtest slash command is enabled to load test accounts, data and text formatting. Changing this requires a server restart before taking effect.'
|
||||
/>
|
||||
}
|
||||
value={this.state.enableTesting}
|
||||
@@ -71,7 +71,7 @@ export default class DeveloperSettings extends AdminSettings {
|
||||
helpText={
|
||||
<FormattedMessage
|
||||
id='admin.service.developerDesc'
|
||||
defaultMessage='(Developer Option) When true, extra information around errors will be displayed in the UI.'
|
||||
defaultMessage='When true, Javascript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. '
|
||||
/>
|
||||
}
|
||||
value={this.state.enableDeveloper}
|
||||
@@ -80,4 +80,4 @@ export default class DeveloperSettings extends AdminSettings {
|
||||
</SettingsGroup>
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user