Skip to content

Commit

Permalink
add tag OpenFoodFacts
Browse files Browse the repository at this point in the history
  • Loading branch information
eletallbetagouv committed Feb 14, 2024
1 parent cdcaae5 commit 7094e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/report/ReportTag.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ object ReportTag extends PlayEnum[ReportTag] {
case object ProduitAlimentaire extends ReportTag
case object CompagnieAerienne extends ReportTag
case object Resiliation extends ReportTag
case object OpenFoodFacts extends ReportTag

implicit class ReportTagTranslationOps(reportTag: ReportTag) {

Expand All @@ -78,6 +79,7 @@ object ReportTag extends PlayEnum[ReportTag] {
case ProduitAlimentaire => "Produit alimentaire"
case CompagnieAerienne => "Compagnie aerienne"
case Resiliation => "Résiliation"
case OpenFoodFacts => "OpenFoodFacts"
}
}

Expand Down

0 comments on commit 7094e70

Please sign in to comment.