fix: label of clipboard import suggests only EFT is supported (#53)

This is not true. ESI JSON is supported too.
This commit is contained in:
Patric Stout
2023-12-22 20:10:47 +01:00
committed by GitHub
parent 60f1125cba
commit 31109fa87b

View File

@@ -129,7 +129,7 @@ const ClipboardButton = () => {
<ModalDialog visible={isPasteOpen} onClose={() => setIsPasteOpen(false)} className={styles.paste} title="Import from Clipboard">
<div>
<div>
Paste the EFT fit here
Paste your fit here
</div>
<div>
<textarea autoFocus className={styles.pasteTextarea} ref={textAreaRef} />