diff --git a/src/components/dialogs/parameters/shortcircuit/short-circuit-parameters.tsx b/src/components/dialogs/parameters/shortcircuit/short-circuit-parameters.tsx index 64b2cacb92..445c6125f7 100644 --- a/src/components/dialogs/parameters/shortcircuit/short-circuit-parameters.tsx +++ b/src/components/dialogs/parameters/shortcircuit/short-circuit-parameters.tsx @@ -165,15 +165,16 @@ const ShortCircuitFields: FunctionComponent = ({ resetA {statusToShow} - - {loads} - {shuntCompensators} - - - {vsc} - {neutralPosition} + + + {loads} + {shuntCompensators} + + + {vsc} + {neutralPosition} + - {initialVoltageProfileModeField} diff --git a/src/services/spreadsheet.ts b/src/services/spreadsheet.ts index b7e8472a79..149c1c2643 100644 --- a/src/services/spreadsheet.ts +++ b/src/services/spreadsheet.ts @@ -8,7 +8,7 @@ import { backendFetchJson } from '@gridsuite/commons-ui'; import { UUID } from 'crypto'; -const PREFIX_SPREADSHEET_CONFIG_QUERIES = import.meta.env.VITE_API_GATEWAY + '/spreadsheet-config'; +const PREFIX_SPREADSHEET_CONFIG_QUERIES = import.meta.env.VITE_API_GATEWAY + '/study-config'; export function getSpreadsheetModel(spreadsheetModelUuid: UUID) { const fetchUrl = `${PREFIX_SPREADSHEET_CONFIG_QUERIES}/v1/spreadsheet-configs/${spreadsheetModelUuid}`; diff --git a/src/translations/en.json b/src/translations/en.json index a360fbd57b..f51c1ca137 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1334,7 +1334,7 @@ "ShortCircuitCharacteristics": "Features considered", "ShortCircuitVoltageProfileMode": "Initial voltage profile", "shortCircuitLoads": "Loads", - "shortCircuitHvdc": "HVDC(VSC)", + "shortCircuitHvdc": "HVDC (VSC)", "shortCircuitShuntCompensators": "Shunt compensators", "shortCircuitNeutralPosition": "Tap position of ratio tap changers", "shortCircuitNominalVoltage": "Nominal voltage (kV)", diff --git a/src/translations/fr.json b/src/translations/fr.json index 58d7990342..be71488e65 100644 --- a/src/translations/fr.json +++ b/src/translations/fr.json @@ -1332,7 +1332,7 @@ "ShortCircuitCharacteristics": "Caractéristiques prises en compte", "ShortCircuitVoltageProfileMode": "Plan de tension initial", "shortCircuitLoads": "Charges", - "shortCircuitHvdc": "HVDC(VSC)", + "shortCircuitHvdc": "HVDC (VSC)", "shortCircuitShuntCompensators": "MCS", "shortCircuitNeutralPosition": "Prises courantes des régleurs en charge", "shortCircuitNominalVoltage": "Tension nominale (kV)",