Skip to content

Commit

Permalink
fix text + fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic committed Aug 28, 2024
1 parent 328bb20 commit e6482bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/ApplicationController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1801,9 +1801,9 @@ case class ApplicationController @Inject() (
applicationId = application.id.some
)
val successMessage =
s"""La demande "${application.subject}" a bien été archivée. """ +
"Bravo et merci pour la résolution de cette demande ! " +
"Cette demande sera encore consultable un mois à partir de maintenant dans la colonne « Archivées »"
s"""La demande « ${application.subject} » a bien été archivée. """ +
"Bravo et merci pour la résolution de cette demande ! " +
"Cette demande sera encore consultable un mois à partir de maintenant dans la colonne « Archivées »"
Future(
Redirect(routes.ApplicationController.myApplications)
.flashing(success -> successMessage)
Expand Down

0 comments on commit e6482bd

Please sign in to comment.