Skip to content

Commit

Permalink
add form text for designators
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Oct 23, 2024
1 parent 13a778a commit 56476b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<legend>Designators</legend>
<p class="form-text">
What (latin) terminology is used to describe the actions in the passage?
List key nouns and verbs in nominative or infinitive form (e.g. epistula,
missus, dirigere).
</p>
<lc-designators-control [formControl]="form.controls.designators" />
</fieldset>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<p class="form-label">Designators</p>
<p class="form-text">
What terminology is used in the episode to refer to this {{entityName}}?
Only include terms that are unusual, or significantly add to the
understanding of the episode.
</p>
<lc-designators-control [formControl]="form.controls.designators" />
</div>
Expand Down

0 comments on commit 56476b1

Please sign in to comment.