Skip to content

Commit

Permalink
Changed api key placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jmakar-s1 committed May 6, 2022
1 parent d1fdf20 commit 3fe98d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
isConfigured={(secureJsonFields && secureJsonFields.apiKey) as boolean}
value={secureJsonData.apiKey || ''}
label="Dataset API Key"
placeholder="secure json field (backend only)"
placeholder="Scalyr Read Log API Key"
labelWidth={8}
inputWidth={20}
onReset={this.onResetAPIKey}
Expand Down

0 comments on commit 3fe98d4

Please sign in to comment.