Skip to content

Commit

Permalink
Forcer la locale FR pour la création de tickets Crisp (#5144)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGirard authored Mar 4, 2025
1 parent 3799b21 commit 3a38fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/jobs/create_crisp_ticket_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ def perform(nickname:, email:, phone:, subject:, message:, role:, domain:)
domain,
],
subject:,
device: {
locales: ["fr"],
},
}
)
end
Expand Down

0 comments on commit 3a38fa6

Please sign in to comment.