2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 05:31:44 +08:00

fix: 优化翻译

This commit is contained in:
2025-06-08 15:36:50 +08:00
parent c4234a11f2
commit 60086b9839
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ const handleCreate = async () => {
<n-dynamic-input
v-model:value="createModel.address"
show-sort-button
:placeholder="$gettext('Optional IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
:placeholder="$gettext('IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
/>
</n-form-item>
<n-form-item path="strategy" :label="$gettext('Strategy')">

View File

@@ -128,7 +128,7 @@ const handleCreate = async () => {
<n-dynamic-input
v-model:value="createModel.address"
show-sort-button
:placeholder="$gettext('Optional IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
:placeholder="$gettext('IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
/>
</n-form-item>
<n-form-item path="strategy" :label="$gettext('Strategy')">