mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 05:53:36 -07:00
fix: fix maintenance page i18n (#2033)
This commit is contained in:
parent
611a105988
commit
1e4230093e
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<v-container fluid>
|
||||
<BaseCardSectionTitle class="pb-0" :icon="$globals.icons.cog" title="$t('admin.maintenance.summary-title')">
|
||||
<BaseCardSectionTitle class="pb-0" :icon="$globals.icons.cog" :title="$t('admin.maintenance.summary-title')">
|
||||
</BaseCardSectionTitle>
|
||||
<div class="mb-6 ml-2 d-flex" style="gap: 0.8rem">
|
||||
<BaseButton color="info" :loading="state.loading" @click="refreshLogs">
|
||||
|
@ -12,7 +12,7 @@
|
|||
<v-text-field
|
||||
v-model="state.lines"
|
||||
type="number"
|
||||
label="$t('admin.maintenance.logs-tail-lines-label')"
|
||||
:label="$t('admin.maintenance.logs-tail-lines-label')"
|
||||
hide-details
|
||||
dense
|
||||
outlined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue