fix: clean remaining worker wording

This commit is contained in:
2026-06-26 01:13:11 +09:00
parent cb0c52e787
commit 60dbd724c5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ impl std::fmt::Display for PickerError {
),
Self::NoWorkers { all: false } => write!(
f,
"no workers found in this workspace — use `yoi resume --all` to list all host/data-dir Pods"
"no workers found in this workspace — use `yoi resume --all` to list all host/data-dir Workers"
),
}
}