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

View File

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