Fix typos in error messages, constants, and UI labels
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -310,7 +310,7 @@ export async function uploadFailedFirst(failureType, failureMsg, failureLoc) {
|
||||
value = 'File size exceeds 90MB.';
|
||||
break;
|
||||
case 'encoding':
|
||||
value = `Please use UFT-8 for character encoding: (Row #${failureLoc})`;
|
||||
value = `Please use UTF-8 for character encoding: (Row #${failureLoc})`;
|
||||
break;
|
||||
case 'insufficient_columns':
|
||||
value = 'Need at least five columns of data.';
|
||||
@@ -356,7 +356,7 @@ export async function uploadFailedSecond(detail) {
|
||||
manySrt = 'There are more errors.';
|
||||
break;
|
||||
case 'unrecognized':
|
||||
content = `<li>Data unregnizable in Status Column: (Row #${i.loc[1]}, "${escapeHtml(i.input)}")</li>`;
|
||||
content = `<li>Data unrecognizable in Status Column: (Row #${i.loc[1]}, "${escapeHtml(i.input)}")</li>`;
|
||||
break;
|
||||
case 'malformed':
|
||||
content = `<li>Data malformed in Timestamp Column: (Row #${i.loc[1]}, "${escapeHtml(i.input)}")</li>`;
|
||||
|
||||
Reference in New Issue
Block a user