Parcourir la source

chore: error text

GyDi il y a 3 ans
Parent
commit
d6103191ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src-tauri/src/core/prfitem.rs

+ 1 - 1
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::<Mapping>(&data).is_ok() {
-      bail!("the remote profile data is not valid yaml");
+      bail!("the remote profile data is invalid yaml");
     }
 
     Ok(PrfItem {