-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove email from export error (#3651)
- Loading branch information
1 parent
35c9658
commit 424a6de
Showing
6 changed files
with
10 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,7 @@ describe("listings", () => { | |
expect(exportButton).toBeInTheDocument() | ||
fireEvent.click(exportButton) | ||
const error = await findByText( | ||
"Export failed. Please try again later. If the problem persists, please email [email protected]", | ||
"There was an error. Please try again, or contact support for help.", | ||
{ | ||
exact: false, | ||
} | ||
|
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 |
---|---|---|
|
@@ -110,7 +110,6 @@ | |
"authentication.createAccount.firstName": "First Name", | ||
"authentication.createAccount.lastName": "Last Name", | ||
"errors.alert.emailConflict": "That email is already in use", | ||
"errors.alert.exportFailed": "Export failed. Please try again later. If the problem persists, please email [email protected]", | ||
"errors.maxLessThanMinOccupancyError": "Max Occupancy must be greater than or equal to Minimum Occupancy", | ||
"errors.minGreaterThanMaxOccupancyError": "Minimum Occupancy must be less than or equal to Max Occupancy", | ||
"errors.partialAddress": "Cannot enter a partial address", | ||
|
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