File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/shared/upload/helper-components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ export default function UploadWrapper(props: UploadWrapperProps) {
7070
7171 {
7272 uploadFileType == UploadFileType . RECORDS_ADD && < div className = "text-sm text-gray-500 font-normal" >
73- < strong className = "text-sm text-gray-700 font-medium" > CAUTION:</ strong > Submitting new records will automatically
74- run attribute calculation and embeddings
73+ < strong className = "text-sm text-gray-700 font-medium" > CAUTION:</ strong >
74+ { " Submitting new records will automatically run attribute calculation and embeddings" }
7575 { recalculationCosts && < span > (recreation of the embeddings will calculate them one more time and could cause additional fees)</ span > }
76- for all records
76+ { " for all records." }
7777 </ div >
7878 }
7979
You can’t perform that action at this time.
0 commit comments