Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #42 from drbyte/patch-1
Browse files Browse the repository at this point in the history
Fix typo in error message
  • Loading branch information
Qoraiche authored Jun 29, 2019
2 parents e61353f + b8ed6d0 commit de3b8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mailEclipse.php
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ public static function renderPreview($simpleview, $view, $template = false, $ins
if ($template) {
$error .= '<div class="alert alert-info">
<h5 class="alert-heading">Notice:</h5>
<p>You can\'t add variables withing a template editor. because they are undefined until you bind template with a mailable that actually has data.</p>
<p>You can\'t add variables within a template editor because they are undefined until you bind the template with a mailable that actually has data.</p>
</div>';
}

Expand Down

0 comments on commit de3b8bb

Please sign in to comment.