feat: add title to agileHoursPerStoryPoint input

master
Katja Lutz 2 years ago
parent 70d8518f77
commit 378d4df3cc

@ -401,6 +401,7 @@ const SettingsOverlay: Component = () => {
<div class="col-span-2">
<TextInput
required
title={"Agile Positionen werden mit Story Points \"geschätzt\". Gib hier die kleinste Aufwand-Dauer ein, welche für deine Projektgrösse sinnvoll ist."}
type="number"
label="Stunden pro Story Point"
onInput={(evt) =>

Loading…
Cancel
Save