From 3febe877fd820affba20aad50929528801ff6723 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 22 Jan 2019 12:58:05 +0100 Subject: [PATCH] Fix typo --- api/src/Storage/Tracking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Storage/Tracking.php b/api/src/Storage/Tracking.php index 17998bcbcb..b1efacf5a4 100644 --- a/api/src/Storage/Tracking.php +++ b/api/src/Storage/Tracking.php @@ -801,7 +801,7 @@ abstract class Tracking $notification->set_message($body_cache['text'], 'plain'); // add our own signature to distinguish between original message and reply // part. (e.g.: in OL there's no reply quote) - $body_cache['html'] = "----- origianl message -----"."\r\n".$body_cache['html']; + $body_cache['html'] = "-----".lang('original message')."-----"."\r\n".$body_cache['html']; $notification->set_message($body_cache['html'], 'html'); $notification->set_sender($sender); $notification->set_subject($subject);