stats: fix duplicated word

The message would be formatted as:

> in 7 days days.
This commit is contained in:
Pierre de La Morinerie 2022-02-01 17:17:16 +01:00
parent 8e237208b3
commit dd49abc672
2 changed files with 2 additions and 2 deletions

View file

@ -446,7 +446,7 @@ en:
procedures:
stats:
usual_processing_time: "Usual processing time"
processing_time_description: "%{percentile}% of submitted files in the last %{span} days were processed in less than %{days} days."
processing_time_description: "%{percentile}% of submitted files in the last %{span} days were processed in less than %{days}."
processing_time: "Processing time"
since_procedure_creation: "since the procedure was created"
nb_days: "Nb Days"