Skip to content

Commit 51e0bb8

Browse files
Update v-next/hardhat-errors/src/descriptors.ts
Co-authored-by: John Kane <[email protected]>
1 parent 42e2c46 commit 51e0bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v-next/hardhat-errors/src/descriptors.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,9 @@ Please check Hardhat's output for more details.`,
11941194
},
11951195
BUILD_PROFILE_NOT_FOUND: {
11961196
number: 1232,
1197-
messageTemplate: `The build profile "{buildProfileName}" is not defined in your config`,
1197+
messageTemplate: `The build profile "{buildProfileName}" is not defined in your Hardhat config`,
11981198
websiteTitle: "Build profile not defined",
1199-
websiteDescription: `The build profile you are trying to use is not defined in your config.`,
1199+
websiteDescription: `The build profile you are trying to use is not defined in your Hardhat config.`,
12001200
},
12011201
},
12021202
VIEM: {

0 commit comments

Comments
 (0)