Skip to content
Snippets Groups Projects
Commit 7d623f1c authored by Thiago Figueiró's avatar Thiago Figueiró :red_circle: Committed by Frédéric Caplette
Browse files

Fix OKR progress tooltip typo

Changelog: fixed
parent 359566e0
No related branches found
No related tags found
1 merge request!121110Fix OKR progress tooltip typo
......@@ -131,7 +131,7 @@ export default {
getProgressTooltip() {
return this.glFeatures.okrAutomaticRollups && this.workItemType === __('Objective')
? __(
'This field is auto-calculated based on the Progress score of its direct children. You can overwrite this value but it will be replaced by the auto-calcualtion anytime the Progress score of its direct children is updated.',
'This field is auto-calculated based on the Progress score of its direct children. You can overwrite this value but it will be replaced by the auto-calculation anytime the Progress score of its direct children is updated.',
)
: '';
},
......
......@@ -46033,7 +46033,7 @@ msgstr ""
msgid "This feature requires local storage to be enabled"
msgstr ""
 
msgid "This field is auto-calculated based on the Progress score of its direct children. You can overwrite this value but it will be replaced by the auto-calcualtion anytime the Progress score of its direct children is updated."
msgid "This field is auto-calculated based on the Progress score of its direct children. You can overwrite this value but it will be replaced by the auto-calculation anytime the Progress score of its direct children is updated."
msgstr ""
 
msgid "This field is required"
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