Skip to content

Commit

Permalink
#8 Use at least 50 chars for badge title
Browse files Browse the repository at this point in the history
Since we translated to German 20 chars are not sufficient anymore.
Adjusted to 50 which is used in almost all other title properties.

Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed May 24, 2022
1 parent 36f59ff commit ae60a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teamDojo_v2.jdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ entity Activity {
}

entity Badge {
titleEN String required minlength(2) maxlength(20)
titleDE String minlength(2) maxlength(20)
titleEN String required minlength(2) maxlength(50)
titleDE String minlength(2) maxlength(50)
descriptionEN String maxlength(4096)
descriptionDE String maxlength(4096)
availableUntil Instant
Expand Down

0 comments on commit ae60a33

Please sign in to comment.