Stream notifications, mentionYouInPostTarget (?); You were mentioned in post by ...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flupps
    Member
    • Jun 2019
    • 31

    Stream notifications, mentionYouInPostTarget (?); You were mentioned in post by ...

    Hi,

    there seems to be a problem with the translation of the words of a stream notification, at least the German version does not work in a notification email (the internal notification is translated correctly). Should be: {user} erwähnte Sie in Nachricht an {target}, it is: "You were mentioned in post by ,,, Related to: ... View".

    I guess the email text doesn't use the translation table at all. Thanks for checking.

    Flupps
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Hi Flupps,

    This template in not translated. It can be done manually at Administration > Template Manger > Mention.

    Could you provide a translated template here. The text you provided doesn't suit because it has a parent record check.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • Flupps
      Member
      • Jun 2019
      • 31

      #3
      Hey, thank you. I had overlooked this Template Manager ...

      Here the german code:

      Du wurdest erwähnt

      <p>Du wurdest in einem Beitrag von {{userName}} erwähnt.</p>
      {{#if parentName}}
      <p>Bezieht sich auf: {{parentName}}</p>
      {{/if}}
      <p>{{{post}}}</p>
      <p><a href="{{url}}">Anzeigen</a></p>
      Last edited by Flupps; 08-05-2019, 06:54 PM.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        Thanks
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...