more
This commit is contained in:
@@ -280,7 +280,7 @@ export const DocCard = (props) => {
|
||||
confirmDelete,
|
||||
} = props;
|
||||
const tooltipText =
|
||||
"The documet is taking longer htan usual to parse. There may be a number of reasons: unusually high traffic, a bad or corrupted conversion file, or others. Do not worry! Check back in 15 minutes. In most cases, it will be resolved. If it is not, click the 'report buton to notify support.";
|
||||
"Parsing is taking longer than usual. Reasons may include unusually high traffic, or a corrupted conversion file. Don’t worry - in most cases, this will resolve in 10 minutes. If not, click the “report” button to notify support. It will be fixed in 24 hours.";
|
||||
const disabled = docType ? false : true;
|
||||
return (
|
||||
<div className="doc-card-container">
|
||||
|
||||
Reference in New Issue
Block a user