Skip to content

Commit

Permalink
update phrasing in Ui error message (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Jan 19, 2021
1 parent 093afe4 commit d4ff906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbyte-webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"form.imageCannotFound": "The docker image cannot be found. Please ensure that the input tag points to a valid Airbyte docker image",
"form.loadingConfiguration": "Loading required configuration parameters for {connector}",
"form.pattern.error": "Note: The value must match the pattern {pattern}",
"form.schemaFailed": "Fetching the schema is failed. Please try again",
"form.schemaFailed": "Failed to fetch schema. Please try again",
"form.tryAgain": "Try again",
"form.noNeed": "No need!",
"form.reset": "Reset",
Expand Down Expand Up @@ -99,7 +99,7 @@
"onboarding.setUpConnection": "Set up connection",
"onboarding.setConnection": "Set up the connection",
"onboarding.instructionsLink": "See instructions how to connect {name}",
"onboarding.fetchingSchema": "We are fetching the schema of your data source.\nThis should take less than a minute...",
"onboarding.fetchingSchema": "We are fetching the schema of your data source. \nThis should take less than a minute, but may take a few minutes on slow internet connections or data sources with a large amount of tables.",
"onboarding.tutorial": "Check how you can sync PostgreSQL databases in minutes",
"onboarding.skipOnboarding": "Skip Onboarding",

Expand Down

0 comments on commit d4ff906

Please sign in to comment.