briot / geneapro

Genealogical software based on the GenTech data model
http://briot.github.com/geneapro/
GNU General Public License v2.0
33 stars 8 forks source link

Fixed error message for resp.status and resp.statusText in src/Server/Import.tsx. #26

Closed changeling closed 6 years ago

changeling commented 6 years ago

resp.status and resp.statusText weren't being rendered in error message. Replaced ' with ` for error message and changed {...} to ${...} for both elements.