Updated messages for when getSchema fails

This commit is contained in:
Andrew Bastin
2020-03-01 18:47:00 -05:00
parent 0958376bb4
commit afdf4a268a
2 changed files with 9 additions and 4 deletions

View File

@@ -235,6 +235,8 @@ export default {
copied_to_clipboard: "Copied to clipboard",
finished_in: "Finished in {duration}ms",
check_console_details: "Check console for details.",
check_graphql_valid: "Check the URL to see if it is a valid GraphQL endpoint",
graphql_introspect_failed: "Failed fetching schema details.",
download_started: "Download started",
url_invalid_format: "URL is not formatted properly",
curl_invalid_format: "cURL is not formatted properly",