mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
fix(webui): missing i18n for Settings Users screen
This commit is contained in:
parent
6d5b50e3c5
commit
8a3b16db8f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<v-container fluid class="pa-6">
|
||||
<v-row>
|
||||
<span class="text-h5">Users</span>
|
||||
<span class="text-h5">{{ $t('users.users') }}</span>
|
||||
</v-row>
|
||||
<v-row>
|
||||
<v-col cols="12" md="8" lg="6" xl="4">
|
||||
|
|
|
|||
Loading…
Reference in a new issue