소스 검색

refac: wording

Timothy J. Baek 6 달 전
부모
커밋
145a7bbda5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/components/workspace/Knowledge/Collection.svelte

+ 1 - 1
src/lib/components/workspace/Knowledge/Collection.svelte

@@ -125,7 +125,7 @@
 		};
 
 		if (fileItem.size == 0) {
-			toast.error($i18n.t('File must have content to be uploaded'));
+			toast.error($i18n.t('You cannot upload an empty file.'));
 			return null;
 		}