PLT-6259 Fix outdated help text in System Console > Developer settings (#6017)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
48d9099882
Коммит
56f25bba81
@@ -71,7 +71,7 @@ export default class DeveloperSettings extends AdminSettings {
|
||||
helpText={
|
||||
<FormattedMessage
|
||||
id='admin.service.developerDesc'
|
||||
defaultMessage='When true, JavaScript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. '
|
||||
defaultMessage='When true, JavaScript errors are shown in a purple bar at the top of the user interface. Not recommended for use in production. '
|
||||
/>
|
||||
}
|
||||
value={this.state.enableDeveloper}
|
||||
|
||||
Ссылка в новой задаче
Block a user