Skip to content
Snippets Groups Projects
Unverified Commit 2807c98c authored by Matt Fiddaman's avatar Matt Fiddaman Committed by GitHub
Browse files

fix "unkown" typo in error message (#3205)

parent 5e9b9766
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ export function listenForSyncEvent(actions, store) { ...@@ -249,7 +249,7 @@ export function listenForSyncEvent(actions, store) {
// Show nothing // Show nothing
break; break;
default: default:
console.trace('unkown error', info); console.trace('unknown error', info);
notif = { notif = {
message: `We had problems syncing your changes. Please report this as a bug by [opening a Github issue](${githubIssueLink}).`, message: `We had problems syncing your changes. Please report this as a bug by [opening a Github issue](${githubIssueLink}).`,
}; };
......
---
category: Bugfix
authors: [matt-fidd]
---
Fix typo in error message
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment