Explorar el Código

chore: error text

GyDi hace 3 años
padre
commit
d6103191ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {