fix(update): remove command hint from step labels
This commit is contained in:
committed by
Peter Steinberger
parent
4102e2f1b8
commit
3f27b23d5a
@@ -31,8 +31,7 @@ const STEP_LABELS: Record<string, string> = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function getStepLabel(step: UpdateStepInfo): string {
|
function getStepLabel(step: UpdateStepInfo): string {
|
||||||
const friendlyLabel = STEP_LABELS[step.name] ?? step.name;
|
return STEP_LABELS[step.name] ?? step.name;
|
||||||
return `${friendlyLabel} (${step.name})`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProgressController = {
|
type ProgressController = {
|
||||||
|
|||||||
Reference in New Issue
Block a user