We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0eb959 commit 026f436Copy full SHA for 026f436
src/renderer/components/modals/file/upload-files-confirm/index.tsx
@@ -339,10 +339,9 @@ const UploadFilesConfirm: React.FC<ModalProps & UploadFilesConfirmProps> = ({
339
label={translate("modals.uploadConfirm.form.accelerateUploading.hint")}
340
/>
341
{
342
- // TODO(lihs): need to be confirmed with PM
343
- // <Form.Text>
344
- // {translate("modals.uploadConfirm.form.accelerateUploading.hintSecondary")}
345
- // </Form.Text>
+ <Form.Text>
+ {translate("modals.uploadConfirm.form.accelerateUploading.hintSecondary")}
+ </Form.Text>
346
}
347
</div>
348
</Form.Group>
0 commit comments