From 8768be1de792bcfdae5f395c1e004c4d6d67c17f Mon Sep 17 00:00:00 2001 From: Eduardo Robles Date: Tue, 21 Nov 2023 14:50:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20mandatory=5Facceptance=5Ftos=5Fh?= =?UTF-8?q?tml=5Fi18n=20presentation=20field=20should=20not=20be=20mandato?= =?UTF-8?q?ry=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Parent issue: https://github.com/sequentech/meta/issues/349 --- app/models/Models.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/Models.scala b/app/models/Models.scala index 47647caa..25e5b6ee 100644 --- a/app/models/Models.scala +++ b/app/models/Models.scala @@ -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"}}