Skip to content

Commit 308b9f0

Browse files
Masato Ohbaarcanis
authored andcommitted
fix(cli): reword manifest (#6154)
1 parent a7334da commit 308b9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reporters/lang/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const messages = {
6969
"Couldn't find any versions for $0 that matches $1 in our cache (possible versions are $2). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue.",
7070
couldntFindVersionThatMatchesRange: "Couldn't find any versions for $0 that matches $1",
7171
chooseVersionFromList: 'Please choose a version of $0 from this list:',
72-
moduleNotInManifest: "This module isn't specified in a manifest.",
72+
moduleNotInManifest: "This module isn't specified in a package.json file.",
7373
moduleAlreadyInManifest: '$0 is already in $1. Please remove existing entry first before adding it to $2.',
7474
unknownFolderOrTarball: "Passed folder/tarball doesn't exist,",
7575
unknownPackage: "Couldn't find package $0.",

0 commit comments

Comments
 (0)