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:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user