This commit is contained in:
IDONTSUDO 2024-10-01 15:04:28 +03:00
parent 04b1c2bfc7
commit 2b4795dfc2
3 changed files with 4 additions and 4 deletions

View file

@ -166,7 +166,7 @@ export const CalculationInstanceScreen = observer(() => {
.with(StoreTypes.newModel, () => (
<div>
<CoreInput
label={"Имя инстанца навыка"}
label={"Имя инстанца вычисления"}
onChange={(text) => store.updateForm({ instanceName: text })}
/>
<div style={{ width: "100%", display: "grid", gridTemplateColumns: "repeat(3, 240px)" }}>