diff --git a/app/models/user_action.rb b/app/models/user_action.rb index 07369dba9..6f1a1d2fe 100644 --- a/app/models/user_action.rb +++ b/app/models/user_action.rb @@ -31,7 +31,7 @@ class UserAction < ApplicationRecord def action_name case action_type - when "DestroyUser" then "删除用户" + when "DestroyUser" then "注销用户" when "DestroyProject" then "删除项目" when "Login" then "登录" when "Logout" then "退出登录"