diff --git a/src-tauri/src/core/prfitem.rs b/src-tauri/src/core/prfitem.rs index 640c7b6..3ed38e4 100644 --- a/src-tauri/src/core/prfitem.rs +++ b/src-tauri/src/core/prfitem.rs @@ -252,7 +252,7 @@ impl PrfItem { // check the data whether the valid yaml format if !serde_yaml::from_str::(&data).is_ok() { - bail!("the remote profile data is not valid yaml"); + bail!("the remote profile data is invalid yaml"); } Ok(PrfItem {