mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-16 20:42:40 +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">
|
||||
<template #header>
|
||||
<div class="flex items-center justify-between">
|
||||
<span class="font-medium">.env</span>
|
||||
<span class="font-medium">{{ $t('container.env') }}</span>
|
||||
<el-button
|
||||
type="primary"
|
||||
size="small"
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
</el-button>
|
||||
</div>
|
||||
</template>
|
||||
<el-form-item :label="$t('container.env')">
|
||||
<el-form-item>
|
||||
<el-input
|
||||
v-model="envStr"
|
||||
type="textarea"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue