Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Fix typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeckmann committed Sep 20, 2020
1 parent fefab67 commit e7c05a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/helpers/error-messages/error-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const errorMessages = {
"connectionErrorTitle": "Connection Error",

// unknown error
"unknownErrorMessage": "<p>An unkown error occured.</p><p>Please raise an issue on <a href=\"https://github.com/mailchain/mailchain-web/issues\" target=\"_blank\">Github</a> to get some help.</p>",
"unknownErrorMessage": "<p>An unknown error occurred.</p><p>Please raise an issue on <a href=\"https://github.com/mailchain/mailchain-web/issues\" target=\"_blank\">Github</a> to get some help.</p>",
"unknownErrorTitle": "Unknown Error",

// update available
Expand Down

0 comments on commit e7c05a0

Please sign in to comment.