mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-06 05:24:26 -04:00
Fix polish translation and translate new keys
This commit is contained in:
parent
112d72da47
commit
8e49d84050
2 changed files with 38 additions and 13 deletions
|
@ -55,7 +55,7 @@
|
|||
<div class="w-50 pe-2">
|
||||
<input v-model="newDraftTag.name" class="form-control"
|
||||
:class="{'is-invalid': validateDraftTag.nameInvalid}"
|
||||
:placeholder="$t('name')"
|
||||
:placeholder="$t('Name')"
|
||||
@keydown.enter.prevent="onEnter"
|
||||
/>
|
||||
<div class="invalid-feedback">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue