diff --git a/espanso-render/src/renderer/mod.rs b/espanso-render/src/renderer/mod.rs index 85db7e5..a18dda4 100644 --- a/espanso-render/src/renderer/mod.rs +++ b/espanso-render/src/renderer/mod.rs @@ -222,7 +222,7 @@ pub(crate) fn render_variables(body: &str, scope: &Scope) -> Result { }, None => { replacing_error = Some(RendererError::MissingVariable(format!( - "variable {} is missing", + "variable '{}' is missing", var_name ))); ""