Skip to content

Commit b28f37b

Browse files
authored
typo
1 parent f1dc068 commit b28f37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desktop/php/events.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function timeElapsedString($datetime, $full = false)
110110
'6h' => '- 6h',
111111
'12h' => '- 12h',
112112
'1j' => '- 1 jour',
113-
'2j' => '- 2 jour',
113+
'2j' => '- 2 jours',
114114
'1s' => '- 1 semaine'
115115
];
116116

@@ -175,4 +175,4 @@ function timeElapsedString($datetime, $full = false)
175175
</div>
176176

177177
<?php include_file('desktop', 'events', 'css', 'frigate'); ?>
178-
<?php include_file('desktop', 'events', 'js', 'frigate'); ?>
178+
<?php include_file('desktop', 'events', 'js', 'frigate'); ?>

0 commit comments

Comments
 (0)