mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-17 12:58:51 +08:00
refactor: Update .env label to use translation for improved localization in container compose view
This commit is contained in:
parent
dcd17fd142
commit
d67334d1b4
1 changed files with 2 additions and 2 deletions
|
|
@ -293,7 +293,7 @@
|
||||||
<el-card v-if="showEnvSetting" shadow="never">
|
<el-card v-if="showEnvSetting" shadow="never">
|
||||||
<template #header>
|
<template #header>
|
||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<span class="font-medium">.env</span>
|
<span class="font-medium">{{ $t('container.env') }}</span>
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
@ -305,7 +305,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<el-form-item :label="$t('container.env')">
|
<el-form-item>
|
||||||
<el-input
|
<el-input
|
||||||
v-model="envStr"
|
v-model="envStr"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue