From d91d062c963955a81128e7513b097e4dfd5b313c Mon Sep 17 00:00:00 2001 From: Michael Gillett <51103663+migillett@users.noreply.github.com> Date: Wed, 19 Jul 2023 03:42:14 -0400 Subject: [PATCH] spelling error in FixSplit.js (#1363) --- .../desktop-client/src/components/settings/FixSplits.js | 6 +++--- upcoming-release-notes/1363.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 upcoming-release-notes/1363.md diff --git a/packages/desktop-client/src/components/settings/FixSplits.js b/packages/desktop-client/src/components/settings/FixSplits.js index 1b00d938d..1167bfeea 100644 --- a/packages/desktop-client/src/components/settings/FixSplits.js +++ b/packages/desktop-client/src/components/settings/FixSplits.js @@ -78,9 +78,9 @@ export default function FixSplitsTool() { <Text> <strong>Repair split transactions</strong> if you are experiencing bugs relating to split transactions and the “Reset budget cache†button above - does not help. If you see blank payees on splits or account balances (or - any balances) are incorrect, this tool may fix them. This tool does two - things: + does not help, this tool may fix them. Some examples of bugs include + seeing blank payees on splits or incorrect account balances. This tool + does two things: </Text> <ul style={{ margin: 0, paddingLeft: '1.5em' }}> <li style={{ marginBottom: '0.5em' }}> diff --git a/upcoming-release-notes/1363.md b/upcoming-release-notes/1363.md new file mode 100644 index 000000000..acd8b658f --- /dev/null +++ b/upcoming-release-notes/1363.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [migillett] +--- + +Fixed spelling errors in the "Repair split transactions" section of the settings page. \ No newline at end of file -- GitLab