Skip to content

Commit

Permalink
Alerte - Renommage de l'alerte DEP (#3753)
Browse files Browse the repository at this point in the history
## Linked issues


----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron authored Oct 9, 2024
2 parents 42f2bf9 + d83845a commit e3d6a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/domain/entities/alerts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const COMMON_ALERT_TYPE_OPTION: Record<
MISSING_DEP_ALERT: {
code: PendingAlertValueType.MISSING_DEP_ALERT,
isOperationalAlert: true,
name: 'Sortie en mer sans émission de message "DEP"'
name: 'Sortie sans émission de message "DEP"'
},
MISSING_FAR_48_HOURS_ALERT: {
code: PendingAlertValueType.MISSING_FAR_48_HOURS_ALERT,
Expand Down

0 comments on commit e3d6a2a

Please sign in to comment.