summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/src/components/LogModule.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/LogModule.vue b/webapp/src/components/LogModule.vue
index e30d28e..6f580cb 100644
--- a/webapp/src/components/LogModule.vue
+++ b/webapp/src/components/LogModule.vue
@@ -217,8 +217,8 @@ export default {
data () {
return {
CATEGORIES: [
- { id: 1, name: 'CLIENT_REGISTRATION' },
- { id: 2, name: 'BACKEND_ERROR' }
+ { id: 1, name: 'REGISTRATION' },
+ { id: 2, name: 'ERROR_BACKEND' }
],
tabs: 0,
log: [],