From af5ef618d89dc257949b7939b2de23d826baff09 Mon Sep 17 00:00:00 2001 From: mantykora-net <54579864+mantykora-net@users.noreply.github.com> Date: Thu, 5 Oct 2023 13:30:28 +0200 Subject: [PATCH] Update en.yml Descriptions for Member observable object --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index a5d0169..bfc9a67 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -80,6 +80,8 @@ en: e.g. functions and classes needed by other workflows text_custom_workflow_user_code_note: Scripts are executed in the context of User object when user object changes (destroys). Use methods and properties of the user directly (or through `self`) + text_custom_workflow_member_code_note: Scripts are executed in the context of Member object when member object changes + (destroys). Use methods and properties of the @member directly (or through `self`) text_custom_workflow_group_code_note: Scripts are executed in the context of Group object when group object changes (destroys). Use methods and properties of the group directly (or through `self`) text_custom_workflow_group_users_code_note: These scripts are executed when user being added to group/removed from @@ -115,6 +117,7 @@ en: custom_workflow_observable_issue_attachments: Issue Attachments custom_workflow_observable_group: Group custom_workflow_observable_user: User + custom_workflow_observable_member: Member custom_workflow_observable_attachment: Attachment custom_workflow_observable_project: Project custom_workflow_observable_project_attachments: Project Attachments / Files