Skip to content

Commit 069326e

Browse files
authored
fix casing
1 parent a2dbe6e commit 069326e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

report.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ function formatDateItalian($dateStr)
181181
<div class="bg-slate-50 border border-slate-200 p-6 rounded-md text-center">
182182
<p class="text-slate-500 text-sm mb-4">Nessun dato disponibile. Non ci sono ancora date selezionate.</p>
183183
<a href="index.php" class="btn inline-block bg-slate-800 hover:bg-slate-700 text-white px-5 py-2 rounded-md text-sm font-medium">
184-
Seleziona Date
184+
Seleziona date
185185
</a>
186186
</div>
187187
<?php endif; ?>

reset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<p class="text-slate-700 mb-4">This will delete all saved data.</p>
2929
<form method="POST">
3030
<button type="submit" class="bg-red-600 hover:bg-red-700 text-white px-5 py-2.5 rounded-md text-sm font-medium">
31-
Reset Database
31+
Reset database
3232
</button>
3333
</form>
3434
<?php else: ?>

0 commit comments

Comments
 (0)