Skip to content

Commit

Permalink
Translate email html
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Jun 13, 2024
1 parent 2409b1a commit 4d9e0b5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/main/resources/templates/emailTemplate.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<html lang="pl"></html>
<head>
<meta charset="UTF-8">
<title>New cars found</title>
<title>Znaleziono nowe auta</title>

<style>

Expand Down Expand Up @@ -65,13 +65,13 @@
</head>
<body>
<div class="container">
<h1>Welcome <a class="no-style-email">{{email}}</a>!</h1>
<p>We would like to inform you, that your scheme has found new available offers:</p>
<h1>Witaj <a class="no-style-email">{{email}}</a>!</h1>
<p>Chcielibyśmy Cię poinformować, że Twój schemat znalazł nowe dostępne oferty:</p>
<ul>
<li><b>Scheme name:</b> {{schemeName}}</li>
<li><b>Found cars:</b> {{schemeCount}}</li>
<li><b>Nazwa schematu:</b> {{schemeName}}</li>
<li><b>Liczba aut:</b> {{schemeCount}}</li>
</ul>
<a class="button" href="{{frontendUrl}}">Check out new offers</a>
<a class="button" href="{{frontendUrl}}">Sprawdź nowe oferty</a>
</div>
</body>
</html>

0 comments on commit 4d9e0b5

Please sign in to comment.