Editing translations in notification templates

Each notification template uses a list of Translations to store the messages for the notification.

You can edit the translations for both the provided notification templates and the notification templates you create for individual projects and steps.

To edit a translation, do the following:

  1. Choose the template to edit from Projects > Templates. The list of translations is shown.
  2. Click the translation to edit.
  3. Specify information for the template:
    • Language: required - the language for the message.
    • Description: required - this field is used as the title for the translation.
    • From: optional - an email address to use in the From field of the message.
    • Subject: required - a string to use in the Subject field of the message. It can contain variables.
    • Body: required: the text of the message. It can contain variables. If it contains certain HTML tags, the message is sent as a MIME message rather than plain text.
  4. Click Save.

Feedback