Skip to content

Commit

Permalink
improvement(status): change "snapped components" to "snapped componen…
Browse files Browse the repository at this point in the history
…ts (tag pending)" (#7403)

to not be confused with "staged components".
  • Loading branch information
davidfirst authored May 15, 2023
1 parent 480627b commit 672d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/component/status/status-cmd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ or use "bit merge [component-id] --abort" to cancel the merge operation)\n`;
const snappedDesc = '\n(use "bit tag [version]" or "bit tag --snapped [version]" to lock a version)\n';
const snappedComponentsOutput = immutableUnshift(
snappedComponents.map((c) => format(c)),
snappedComponents.length ? chalk.underline.white('snapped components') + snappedDesc : ''
snappedComponents.length ? chalk.underline.white('snapped components (tag pending)') + snappedDesc : ''
).join('\n');

const unavailableOnMainDesc = '\n(use "bit checkout head" to make it available)\n';
Expand Down

0 comments on commit 672d87a

Please sign in to comment.