@hubspot/local-dev-lib 3.19.0 → 3.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lang/en.json +7 -7
- package/package.json +1 -1
package/lang/en.json
CHANGED
|
@@ -252,13 +252,13 @@
|
|
|
252
252
|
"empty": "The config file was empty. Initializing an empty config."
|
|
253
253
|
},
|
|
254
254
|
"validate": {
|
|
255
|
-
"noConfig": "
|
|
256
|
-
"noConfigAccounts": "
|
|
257
|
-
"emptyAccountConfig": "
|
|
258
|
-
"noAccountId": "
|
|
259
|
-
"duplicateAccountIds": "
|
|
260
|
-
"duplicateAccountNames": "
|
|
261
|
-
"nameContainsSpaces": "
|
|
255
|
+
"noConfig": "Validation failed: No config was found.",
|
|
256
|
+
"noConfigAccounts": "Validation failed: config.accounts[] is not defined.",
|
|
257
|
+
"emptyAccountConfig": "Validation failed: config.accounts[] has an empty entry.",
|
|
258
|
+
"noAccountId": "Validation failed: config.accounts[] has an entry missing accountId.",
|
|
259
|
+
"duplicateAccountIds": "Validation failed: config.accounts[] has multiple entries with {{ accountId }}.",
|
|
260
|
+
"duplicateAccountNames": "Validation failed: config.accounts[] has multiple entries with {{ accountName }}.",
|
|
261
|
+
"nameContainsSpaces": "Validation failed: config.name {{ accountName }} cannot contain spaces."
|
|
262
262
|
},
|
|
263
263
|
"updateAccount": {
|
|
264
264
|
"noConfigToUpdate": "No config to update.",
|