Skip to content

Commit

Permalink
Rename state_changed event_type
Browse files Browse the repository at this point in the history
We're going to rename this to `status_changed` to better represent how
we show it to users.
  • Loading branch information
thomasleese committed Sep 27, 2023
1 parent 6e971e3 commit 1881f40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/locales/components.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ en:
information_changed: Information changed after submission
note_created: Note created
reviewer_assigned: Reviewer assigned
state_changed: Status changed
requestable_requested:
FurtherInformationRequest: Further information requested
ProfessionalStandingRequest: Professional standing requested
Expand Down Expand Up @@ -79,6 +80,7 @@ en:
email_sent: "%{subject}"
note_created: "%{text}"
reviewer_assigned: "%{assignee_name} is assigned as the reviewer."
state_changed: Status changed from %{old_state} to %{new_state}.
requestable_requested:
FurtherInformationRequest: Further information has been requested.
ProfessionalStandingRequest: The professional standing has been requested.
Expand Down

0 comments on commit 1881f40

Please sign in to comment.