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 d1fdf20 commit 3fe98d4Copy full SHA for 3fe98d4
src/ConfigEditor.tsx
@@ -59,7 +59,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
59
isConfigured={(secureJsonFields && secureJsonFields.apiKey) as boolean}
60
value={secureJsonData.apiKey || ''}
61
label="Dataset API Key"
62
- placeholder="secure json field (backend only)"
+ placeholder="Scalyr Read Log API Key"
63
labelWidth={8}
64
inputWidth={20}
65
onReset={this.onResetAPIKey}
0 commit comments