Skip to content

Commit a56cc99

Browse files
A
1 parent ad07165 commit a56cc99

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/Components/GD/SendDocument/BulkSend

src/Components/GD/SendDocument/BulkSend/Bulk.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,8 @@ export const EnvioMasivoUI: React.FC = () => {
639639
</>
640640
}>
641641
<div style={{ display: "grid", gap: 12 }}>
642-
<div style={{ color: "var(--muted, #64748b)", fontSize: 13 }}>
643-
Tip: usa el Excel descargado desde la app para que las columnas coincidan.
644-
</div>
642+
<div style={{ color: "var(--muted, #64748b)", fontSize: 13 }}>Tip: usa el Excel descargado desde la app para que las columnas coincidan.</div>
643+
<div style={{ color: "var(--muted, #64748b)", fontSize: 13 }}>Tip: Para un mejor funcionamiento por favor limita tus excels a 200 registros.</div>
645644

646645
<input type="file" accept=".xlsx,.xls" disabled={uploadBusy || sending || loading} onChange={async (e) => {
647646
const f = e.target.files?.[0] ?? null;

0 commit comments

Comments
 (0)