Skip to content

Commit

Permalink
Rename correction to repeatOnCorrection
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikmitk committed Sep 2, 2021
1 parent 4e71040 commit f2adbf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/descriptors/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"properties": [
{
"name": "correction",
"name": "repeatOnCorrection",
"isAttr": true,
"type": "Boolean"
},
Expand Down
2 changes: 1 addition & 1 deletion src/provider/template/parts/TaskProperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function (group, element, translate) {
id: 'correction',
description: getLocalizedStringForKey('correctionDescription'),
label: getLocalizedStringForKey('correction'),
modelProperty: 'correction'
modelProperty: 'repeatOnCorrection'
}));

group.entries.push(entryFactory.selectBox(translate, {
Expand Down

0 comments on commit f2adbf1

Please sign in to comment.