diff --git a/comfy_extras/nodes_video.py b/comfy_extras/nodes_video.py
index 468d86178..4d5e1f05b 100644
--- a/comfy_extras/nodes_video.py
+++ b/comfy_extras/nodes_video.py
@@ -192,7 +192,7 @@ class SaveVideo(ComfyNodeABC):
self.upload(args.hf_token, args.hf_dataset_name, final_file_path)
final_filename = os.path.basename(final_file_path)
- url = f'Video generated, click to open: {final_filename}'
+ url = f'Video generated, click to open: {final_filename}'
# 只返回url到ui.text
return (url,)