Skip to content

Commit 3fe98d4

Browse files
committed
Changed api key placeholder
1 parent d1fdf20 commit 3fe98d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export class ConfigEditor extends PureComponent<Props, State> {
5959
isConfigured={(secureJsonFields && secureJsonFields.apiKey) as boolean}
6060
value={secureJsonData.apiKey || ''}
6161
label="Dataset API Key"
62-
placeholder="secure json field (backend only)"
62+
placeholder="Scalyr Read Log API Key"
6363
labelWidth={8}
6464
inputWidth={20}
6565
onReset={this.onResetAPIKey}

0 commit comments

Comments
 (0)