Skip to content

Commit d6804eb

Browse files
Merge pull request #387 from CBIIT/CRDCDH-885-V2
CRDCDH-885 Update Dialog Input Labels
2 parents 0096be9 + e092c46 commit d6804eb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/components/UploaderConfigDialog/index.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ const UploaderConfigDialog: FC<Props> = ({ onClose, onDownload, open, ...rest })
162162
</StyledBodyText>
163163
<StyledForm onSubmit={handleDownload}>
164164
<Box>
165-
<StyledLabel id="data-folder-input-label">
166-
Local path of the Data Files location
167-
</StyledLabel>
165+
<StyledLabel id="data-folder-input-label">Local Path of Data Files Folder</StyledLabel>
168166
<StyledOutlinedInput
169167
{...register("dataFolder", { required: true })}
170168
placeholder="Enter pathway"
@@ -173,9 +171,7 @@ const UploaderConfigDialog: FC<Props> = ({ onClose, onDownload, open, ...rest })
173171
/>
174172
</Box>
175173
<Box>
176-
<StyledLabel id="manifest-input-label">
177-
Local path of the file manifest file
178-
</StyledLabel>
174+
<StyledLabel id="manifest-input-label">Local Path of Manifest File</StyledLabel>
179175
<StyledOutlinedInput
180176
{...register("manifest", { required: true })}
181177
placeholder="Enter location"

0 commit comments

Comments
 (0)