mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
fix "unkown" typo in error message (#3205)
This commit is contained in:
@@ -249,7 +249,7 @@ export function listenForSyncEvent(actions, store) {
|
||||
// Show nothing
|
||||
break;
|
||||
default:
|
||||
console.trace('unkown error', info);
|
||||
console.trace('unknown error', info);
|
||||
notif = {
|
||||
message: `We had problems syncing your changes. Please report this as a bug by [opening a Github issue](${githubIssueLink}).`,
|
||||
};
|
||||
|
||||
6
upcoming-release-notes/3205.md
Normal file
6
upcoming-release-notes/3205.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Fix typo in error message
|
||||
Reference in New Issue
Block a user