mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
chore: translate strings into english
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html lang="pl">
|
<html lang="pl">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>Kalendarz Wydarzeń</title>
|
<title>Event calendar</title>
|
||||||
|
|
||||||
<!-- Styles -->
|
<!-- Styles -->
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
<div class="main p-4">
|
<div class="main p-4">
|
||||||
<div class="events-card bg-white p-4 rounded-4 shadow position-relative">
|
<div class="events-card bg-white p-4 rounded-4 shadow position-relative">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||||
<h2 class="eventsText">Mój Kalendarz</h2>
|
<h2 class="eventsText">My calendar</h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="calendar"></div>
|
<div id="calendar"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user