Skip to content

Commit 026f436

Browse files
committed
feat: add accelerate uploading tip
1 parent a0eb959 commit 026f436

File tree

1 file changed

+3
-4
lines changed
  • src/renderer/components/modals/file/upload-files-confirm

1 file changed

+3
-4
lines changed

src/renderer/components/modals/file/upload-files-confirm/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,9 @@ const UploadFilesConfirm: React.FC<ModalProps & UploadFilesConfirmProps> = ({
339339
label={translate("modals.uploadConfirm.form.accelerateUploading.hint")}
340340
/>
341341
{
342-
// TODO(lihs): need to be confirmed with PM
343-
// <Form.Text>
344-
// {translate("modals.uploadConfirm.form.accelerateUploading.hintSecondary")}
345-
// </Form.Text>
342+
<Form.Text>
343+
{translate("modals.uploadConfirm.form.accelerateUploading.hintSecondary")}
344+
</Form.Text>
346345
}
347346
</div>
348347
</Form.Group>

0 commit comments

Comments
 (0)