Fix missing timezone in debug info

This commit is contained in:
James Cole 2023-09-23 16:30:00 +02:00
parent e81565d36a
commit d06035071a
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -64,7 +64,7 @@
<tbody>
<tr>
<td>Timezone</td>
<td>{{ app.tz }} + [BrowserTZ]</td>
<td>{{ app.timezone }} + [BrowserTZ]</td>
</tr>
<tr>
<td>App environment</td>