diff options
Diffstat (limited to 'web/index.js')
| -rw-r--r-- | web/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.js b/web/index.js index 5e7323b..d34f5b6 100644 --- a/web/index.js +++ b/web/index.js | |||
| @@ -93,8 +93,8 @@ async function getSysinfo() { | |||
| 93 | "title": "Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)" }, | 93 | "title": "Publicatietijdstip van ingeladen DATEX II-situatiepublicatie (van NDW)" }, |
| 94 | txt("Situatiepublicatie van")), | 94 | txt("Situatiepublicatie van")), |
| 95 | txt(new Date(res.using_publication_of).toLocaleString())], | 95 | txt(new Date(res.using_publication_of).toLocaleString())], |
| 96 | [txt("Grootte LSE-index"), | 96 | [txt("Grootte BLSE-index"), |
| 97 | txt(res.lse_index_size.toString())], | 97 | txt(res.blse_index_size.toString())], |
| 98 | [txt("Grootte puntenindex"), | 98 | [txt("Grootte puntenindex"), |
| 99 | txt(res.p_index_size.toString())], | 99 | txt(res.p_index_size.toString())], |
| 100 | ]; | 100 | ]; |