-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪟 🎨 Show Schema Update Errors to User (#18008)
* show schema update error * remove test code * use i18n for error message label and string * update snapshot of create connection * fix intl string parsing * update snapshot
- Loading branch information
1 parent
b564f3e
commit 19e6fad
Showing
4 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ | |
"sidebar.recipes": "Tutorials - Use cases", | ||
|
||
"form.continue": "Continue", | ||
"form.error": "Error: {message}", | ||
"form.yourEmail": "Your email", | ||
"form.email.placeholder": "[email protected]", | ||
"form.email.error": "Enter a valid email", | ||
|