diff --git a/editor/inspector/components/light-probe-group-footer.js b/editor/inspector/components/light-probe-group-footer.js index 2e1b01ab361..030dceae834 100644 --- a/editor/inspector/components/light-probe-group-footer.js +++ b/editor/inspector/components/light-probe-group-footer.js @@ -115,7 +115,7 @@ exports.methods = { }); if (result.response === 0) { - // 先关闭盒子模式 + // Turn off the box mode first if (this.sceneProbeBoxMode) { await Editor.Message.request(getMessageProtocolScene(this.$this), 'toggle-light-probe-bounding-box-edit-mode', !this.sceneProbeBoxMode); }