Skip to content

Commit 711006e

Browse files
committed
Remove colon from label
1 parent 55a6288 commit 711006e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2248,7 +2248,7 @@
22482248
"label.secondary.storage": "Secondary Storage",
22492249
"label.secondary.storage.vm": "Secondary Storage VM",
22502250
"label.secondaryips": "Secondary IPs",
2251-
"label.secondaryip.description": "Description:",
2251+
"label.secondaryip.description": "Description",
22522252
"label.secondarystoragelimit": "Secondary Storage limits (GiB)",
22532253
"label.secretkey": "Secret key",
22542254
"label.secured": "Secured",

ui/public/locales/pt_BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@
14521452
"label.secondary.storage": "Armazenamento secund\u00e1rio",
14531453
"label.secondary.storage.vm": "VM de armazenamento secund\u00e1rio",
14541454
"label.secondaryips": "IPs secund\u00e1rios",
1455-
"label.secondaryip.description": "Descri\u00e7\u00e3o:",
1455+
"label.secondaryip.description": "Descri\u00e7\u00e3o",
14561456
"label.secondarystoragelimit": "Limites do armazenamento secund\u00e1rio (GiB)",
14571457
"label.secretkey": "Chave secreta",
14581458
"label.secured": "Protegido",

ui/src/views/network/NicsTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
:placeholder="$t('label.new.secondaryip.description')"
223223
v-model:value="newSecondaryIp"
224224
v-focus="editNicResource.type!=='Shared'"></a-input>
225-
<p class="modal-form__label">{{ $t('label.secondaryip.description') }}</p>
225+
<p class="modal-form__label">{{ $t('label.secondaryip.description') }}:</p>
226226
<a-input
227227
:placeholder="$t('label.new.secondaryip.description.description')"
228228
v-model:value="newSecondaryIpDescription"></a-input>

0 commit comments

Comments
 (0)