Skip to content
Snippets Groups Projects
Unverified Commit 2d4256b2 authored by Robert Dyer's avatar Robert Dyer Committed by GitHub
Browse files

Fix wording of split rule. (#2927)

* Fix wording of slit rule.

* add release note

* fix typo
parent 247e3e8d
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ test.describe('Rules', () => {
splitActions: [
[
{
field: 'a fixed percent',
field: 'a fixed percent of the remainder',
value: '90',
},
{
......
......@@ -65,7 +65,7 @@ export const FIELD_TYPES = new Map(
export const ALLOCATION_METHODS = {
'fixed-amount': 'a fixed amount',
'fixed-percent': 'a fixed percent',
'fixed-percent': 'a fixed percent of the remainder',
remainder: 'an equal portion of the remainder',
};
......
---
category: Bugfix
authors: [psybers]
---
Fix wording of split rule.
\ No newline at end of file
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