Use email logo as subtle watermark instead of standalone image
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
{email_logo}
|
||||
<h1 style="color:{accent_color};">Error Notification</h1>
|
||||
<p>Dear user,</p>
|
||||
<p>An error occurred while processing your audio file. This means that something went wrong during the processing of your file, and it could not be completed successfully.</p>
|
||||
@@ -26,6 +25,7 @@
|
||||
<p>Thank you for using our transcription service!</p>
|
||||
<p>A.P.Strom</p>
|
||||
</div>
|
||||
{email_logo}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
{email_logo}
|
||||
<h1 style="color:{accent_color};">Transcript Ready</h1>
|
||||
<p>Dear user,</p>
|
||||
<p>Your file has been successfully processed, and the transcript is now ready. The transcript of your audio or video file is attached to this email.</p>
|
||||
@@ -25,6 +24,7 @@
|
||||
<p>Thank you for using our transcription service!</p>
|
||||
<p>A.P.Strom</p>
|
||||
</div>
|
||||
{email_logo}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
{email_logo}
|
||||
<h1 style="color:{accent_color};">Upload Successful</h1>
|
||||
<p>Dear user,</p>
|
||||
<p>Your file has been successfully uploaded and is now in our processing queue. This means that our system has received your file, and it is waiting to be processed. We will handle your file as soon as possible.</p>
|
||||
@@ -26,6 +25,7 @@
|
||||
<p>Thank you for using our transcription service!</p>
|
||||
<p>A.P.Strom</p>
|
||||
</div>
|
||||
{email_logo}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user