Skip to content

Commit

Permalink
🐞 mandatory_acceptance_tos_html_i18n presentation field should not be…
Browse files Browse the repository at this point in the history
… mandatory (#185)

Parent issue: sequentech/meta#349
  • Loading branch information
edulix committed Nov 21, 2023
1 parent 96ee63c commit 67743c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Models.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ case class ElectionPresentation(
anchor_continue_btn_to_bottom: Option[Boolean],
booth_log_out__countdown_seconds: Option[Int],
mandatory_acceptance_tos_html: Option[String],
mandatory_acceptance_tos_html_i18n: Map[String, String],
mandatory_acceptance_tos_html_i18n: Option[Map[String, String]],

// Override translations for languages. Example:
// {"en": {"avRegistration.forgotPassword": "Whatever"}}
Expand Down

0 comments on commit 67743c0

Please sign in to comment.