Skip to content

Commit 05c15b8

Browse files
author
anmarhindi
committed
Fixes: upload records typo
1 parent fc63570 commit 05c15b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/shared/upload/helper-components/UploadWrapper.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)