{m.activityThree()}
-
+
@@ -124,6 +126,7 @@
field="current_dependency"
cacheLock={cacheLocks['current_dependency']}
bind:cachedValue={formDataCache['current_dependency']}
+ helpText={m.dependencyHelpText()}
/>
@@ -157,6 +161,7 @@
label={m.maturity()}
cacheLock={cacheLocks['current_maturity']}
bind:cachedValue={formDataCache['current_maturity']}
+ helpText={m.maturityHelpText()}
/>
@@ -186,7 +192,12 @@