Added Easy!Appointments to the mail template titles

This commit is contained in:
Alex Tselegidis 2020-09-23 14:36:39 +03:00
parent c04058f6f5
commit 8dce5bf17a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<html lang="en">
<head>
<title><?= lang('appointment_details_title') ?></title>
<title><?= lang('appointment_details_title') ?> | Easy!Appointments</title>
</head>
<body style="font: 13px arial, helvetica, tahoma;">
<div class="email-container" style="width: 650px; border: 1px solid #eee;">

View file

@ -1,6 +1,6 @@
<html lang="en">
<head>
<title><?= lang('appointment_cancelled_title') ?></title>
<title><?= lang('appointment_cancelled_title') ?> | Easy!Appointments</title>
</head>
<body style="font: 13px arial, helvetica, tahoma;">
<div class="email-container" style="width: 650px; border: 1px solid #eee;">