Skip to content

Commit f91feb3

Browse files
Adebesin-Cellclaude
andcommitted
fix: remove unnecessary quotes around org name in i18n message
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 686ad04 commit f91feb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@
875875
"failed_to_load": "Failed to load organization packages",
876876
"no_match": "No packages match \"{query}\"",
877877
"not_found": "Organization not found",
878-
"not_found_message": "The organization \"{'@'}{name}\" does not exist on npm",
878+
"not_found_message": "The organization {'@'}{name} does not exist on npm",
879879
"showing_packages": "Showing {loaded} of {total} packages"
880880
}
881881
},

0 commit comments

Comments
 (0)