diff --git a/scopes/component/status/status-cmd.ts b/scopes/component/status/status-cmd.ts index 35ba5d52bcc3..08c6964b5e83 100644 --- a/scopes/component/status/status-cmd.ts +++ b/scopes/component/status/status-cmd.ts @@ -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';