diff --git a/src/hooks/module/useTrestle.js b/src/hooks/module/useTrestle.js index a584876c..2874435d 100644 --- a/src/hooks/module/useTrestle.js +++ b/src/hooks/module/useTrestle.js @@ -1000,9 +1000,7 @@ export const useTrestle = () => { if (!rackInfos) { const maxRows = surface.trestleDetail.moduleMaxRows const maxCols = surface.trestleDetail.moduleMaxCols - const msg = `選択した家で設置可能 -モジュールの最大段数は${maxRows}、最大列数は${maxCols}です。 -上限より上部に取り付けたモジュールを削除してください。` + const msg = `段数の上限は${maxRows}段です。 上限より上の段には設置できません` swalFire({ title: msg, type: 'alert' }) throw new Error('rackInfos is null') }