Skip to content
Snippets Groups Projects

apply changes

Open niharika.s requested to merge issue/notify-3503978:3503978-untranslateble-text into 2.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -668,7 +668,7 @@ class Notify implements NotifyInterface {
// Creates a link to be embedded in plain text mail:
$link = $host . '/' . Url::fromUri('internal:/node/' . $node->id())->toString();
$node_body .= ' - see ' . $link . '<br>';
$node_body .= $this->t( ' - see ') . $link . '<br>';
} // if ($field)
} // foreach ($nodes as $node)
// Prepend email header as long as user can access at least one node.
Loading