Skip to content

Commit

Permalink
Merge branch 'htb-finding-title-label' into 'main'
Browse files Browse the repository at this point in the history
Fix typo in finding title label

See merge request reportcreator/reportcreator!734
  • Loading branch information
MWedl committed Oct 22, 2024
2 parents c1ded3a + ffc3860 commit 676fb52
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 676fb52

Please sign in to comment.