refactor: Update .env label to use translation for improved localization in container compose view

This commit is contained in:
HynoR 2025-11-19 08:51:43 +08:00
parent dcd17fd142
commit d67334d1b4

View file

@ -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"