diff --git a/app/models/user_action.rb b/app/models/user_action.rb
index 769edfb21..97f4ceab3 100644
--- a/app/models/user_action.rb
+++ b/app/models/user_action.rb
@@ -67,7 +67,7 @@ class UserAction < ApplicationRecord
if attachment.container_type == "Issue" && issue&.issue_classify == "issue"
return "上传附件issue地址:#{issue&.subject}"
else
- return "上传附件地址:#{attachment.title}"
+ return "上传附件地址:#{attachment.title}"
end
else "--"
end