It is possible to configure the confirmation email that end-users receive after sending feedback for each configured interface language as follows:
- Go to the Languages tab of the Portal menu.
- Scroll to the language in question.
- Select Download under the Portal and Official labels section.
- Open the XML file.
- Look for the
<label>with an<id>value ofserver.mail.feedback.confirm.recap. -
Add the new label between
<custom>tags under<translation>.For example:
<label> <id>server.mail.feedback.confirm.recap</id> <comment>#TopicMailConfirmFeedback</comment> <translation> <fallback>Here is a recap of your feedback.</fallback> <custom>The Fluid Topics technical writing team will determine if the documentation requires updates and will promptly get back to you.</custom> </translation> </label> -
Save the XML file.
- Select Upload to upload the modified XML file.
- Select the Save button.