Skip to content

Commit 9344c06

Browse files
committed
fix warning msg
1 parent c16fd87 commit 9344c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/contract-verification/src/app/ContractVerificationPluginClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class ContractVerificationPluginClient extends PluginClient {
123123
for (const verifier of verifiers) {
124124
if (verifier === 'Etherscan' && !effectiveApiKey) {
125125
await this.call('terminal', 'log', { type: 'warn', value: 'Etherscan verification skipped: API key not provided.' })
126-
await this.call('terminal', 'log', { type: 'warn', value: `Please input the API key in Remix Settings OR Contract Verification Plugin Settings.` })
126+
await this.call('terminal', 'log', { type: 'warn', value: `Please input the API key in Remix Settings - Connected Services OR Contract Verification Plugin Settings.` })
127127
continue
128128
}
129129

0 commit comments

Comments
 (0)