Problem/Motivation

in src/Notify.php line 671: $node_body .= ' - see ' . $link . '
';
should be: $node_body .= $this->t( ' - see ') . $link . '
';

Issue fork notify-3503978

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

promes created an issue.

niharika.s made their first commit to this issue’s fork.