File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const handleCreate = async () => {
104104 <n-dynamic-input
105105 v-model:value =" createModel.address"
106106 show-sort-button
107- :placeholder =" $gettext('Optional IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
107+ :placeholder =" $gettext('IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
108108 />
109109 </n-form-item >
110110 <n-form-item path =" strategy" :label =" $gettext('Strategy')" >
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ const handleCreate = async () => {
128128 <n-dynamic-input
129129 v-model:value =" createModel.address"
130130 show-sort-button
131- :placeholder =" $gettext('Optional IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
131+ :placeholder =" $gettext('IP or IP range: 172.16.0.1 or 172.16.0.0/16')"
132132 />
133133 </n-form-item >
134134 <n-form-item path =" strategy" :label =" $gettext('Strategy')" >
You can’t perform that action at this time.
0 commit comments