diff --git a/esp/src/eclwatch/LZBrowseWidget.js b/esp/src/eclwatch/LZBrowseWidget.js index 1523c37fbf6..24c1f360c85 100644 --- a/esp/src/eclwatch/LZBrowseWidget.js +++ b/esp/src/eclwatch/LZBrowseWidget.js @@ -643,6 +643,23 @@ define([ }); this.checkReplicate(); + + if (dojoConfig.isContainer) { + const groupSelectIds = [ + context.sprayFixedDestinationSelect.id ?? "", + context.sprayDelimitedDestinationSelect.id ?? "", + context.sprayXmlDestinationSelect.id ?? "", + context.sprayJsonDestinationSelect.id ?? "", + context.sprayVariableDestinationSelect.id ?? "", + context.sprayBlobDestinationSelect.id ?? "" + ]; + groupSelectIds.forEach(selectId => { + const label = selectId ? document.querySelector("[for='" + selectId + "']") : null; + if (label) { + label.innerText = this.i18n.TargetPlane + ":"; + } + }); + } }, checkReplicate: function (value, checkBoxValue) { diff --git a/esp/src/src-react/components/forms/landing-zone/BlobImportForm.tsx b/esp/src/src-react/components/forms/landing-zone/BlobImportForm.tsx index 8b0521c343c..0ca2e32c585 100644 --- a/esp/src/src-react/components/forms/landing-zone/BlobImportForm.tsx +++ b/esp/src/src-react/components/forms/landing-zone/BlobImportForm.tsx @@ -165,7 +165,7 @@ export const BlobImportForm: React.FunctionComponent = ({ fieldState: { error } }) => = ({ fieldState: { error } }) => = ({ fieldState: { error } }) => = ({ fieldState: { error } }) =>