Readme: rename Gestionnaire -> Instructeur (#4194)
Documentation technique : renomme Gestionnaire en Instructeur
This commit is contained in:
commit
419614478d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ En local, un utilisateur de test est créé automatiquement, avec les identifian
|
|||
FindDubiousProceduresJob.set(cron: "0 0 * * *").perform_later
|
||||
Administrateurs::ActivateBeforeExpirationJob.set(cron: "0 8 * * *").perform_later
|
||||
WarnExpiringDossiersJob.set(cron: "0 0 1 * *").perform_later
|
||||
GestionnaireEmailNotificationJob.set(cron: "0 10 * * 1,2,3,4,5,6").perform_later
|
||||
InstructeurEmailNotificationJob.set(cron: "0 10 * * 1,2,3,4,5,6").perform_later
|
||||
PurgeUnattachedBlobsJob.set(cron: "0 0 * * *").perform_later
|
||||
OperationsSignatureJob.set(cron: "0 6 * * *").perform_later
|
||||
|
||||
|
|
Loading…
Reference in a new issue