Remove colon from label

This commit is contained in:
Erik Böck 2026-04-16 10:43:48 -03:00
parent 55a6288fba
commit 711006eade
3 changed files with 3 additions and 3 deletions

View File

@ -2248,7 +2248,7 @@
"label.secondary.storage": "Secondary Storage",
"label.secondary.storage.vm": "Secondary Storage VM",
"label.secondaryips": "Secondary IPs",
"label.secondaryip.description": "Description:",
"label.secondaryip.description": "Description",
"label.secondarystoragelimit": "Secondary Storage limits (GiB)",
"label.secretkey": "Secret key",
"label.secured": "Secured",

View File

@ -1452,7 +1452,7 @@
"label.secondary.storage": "Armazenamento secund\u00e1rio",
"label.secondary.storage.vm": "VM de armazenamento secund\u00e1rio",
"label.secondaryips": "IPs secund\u00e1rios",
"label.secondaryip.description": "Descri\u00e7\u00e3o:",
"label.secondaryip.description": "Descri\u00e7\u00e3o",
"label.secondarystoragelimit": "Limites do armazenamento secund\u00e1rio (GiB)",
"label.secretkey": "Chave secreta",
"label.secured": "Protegido",

View File

@ -222,7 +222,7 @@
:placeholder="$t('label.new.secondaryip.description')"
v-model:value="newSecondaryIp"
v-focus="editNicResource.type!=='Shared'"></a-input>
<p class="modal-form__label">{{ $t('label.secondaryip.description') }}</p>
<p class="modal-form__label">{{ $t('label.secondaryip.description') }}:</p>
<a-input
:placeholder="$t('label.new.secondaryip.description.description')"
v-model:value="newSecondaryIpDescription"></a-input>