Skip to content

Commit

Permalink
Fix typo in finding title label
Browse files Browse the repository at this point in the history
  • Loading branch information
MWedl committed Oct 22, 2024
1 parent 06655b2 commit ffc3860
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo_data/demo-designs/calzone.toml
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ fields = [
[finding_fields]
[finding_fields.title]
type = "string"
label = "Titel"
label = "Title"
origin = "core"
default = "TODO finding title"
required = true
Expand Down
2 changes: 1 addition & 1 deletion demo_data/demo-projects/calzone-report-demo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ fields = [
[project_type.finding_fields]
[project_type.finding_fields.title]
type = "string"
label = "Titel"
label = "Title"
origin = "core"
default = "TODO finding title"
required = true
Expand Down
2 changes: 1 addition & 1 deletion demo_data/htb-designs/cbbh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ fields = [
[finding_fields]
[finding_fields.title]
type = "string"
label = "Titel"
label = "Title"
origin = "core"
default = "TODO FINDING TITLE"
required = true
Expand Down
2 changes: 1 addition & 1 deletion demo_data/htb-designs/cpts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ fields = [
[finding_fields]
[finding_fields.title]
type = "string"
label = "Titel"
label = "Title"
origin = "core"
default = "TODO FINDING TITLE"
required = true
Expand Down

0 comments on commit ffc3860

Please sign in to comment.