mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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>
|
<template>
|
||||||
<v-container fluid class="pa-6">
|
<v-container fluid class="pa-6">
|
||||||
<v-row>
|
<v-row>
|
||||||
<span class="text-h5">Users</span>
|
<span class="text-h5">{{ $t('users.users') }}</span>
|
||||||
</v-row>
|
</v-row>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12" md="8" lg="6" xl="4">
|
<v-col cols="12" md="8" lg="6" xl="4">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue