diff --git a/daemon/src/model/cfd.rs b/daemon/src/model/cfd.rs index 66ba9da..10e84e2 100644 --- a/daemon/src/model/cfd.rs +++ b/daemon/src/model/cfd.rs @@ -911,7 +911,7 @@ impl Cfd { } #[derive(thiserror::Error, Debug, Clone, Copy)] -#[error("The cfd is not committed yet")] +#[error("The cfd is not ready for CET publication yet")] pub struct NotReadyYet; #[derive(Debug, Clone)]