mirror of
https://github.com/knadh/listmonk.git
synced 2024-11-10 09:02:36 +08:00
Merge pull request #306 from kousikmitra/fix/campaign-field-names
Fix: campaign field names
This commit is contained in:
commit
e7e36a080f
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@
|
|||
<section expanded class="modal-card-body">
|
||||
<b-field :label="$t('globals.fields.name')" label-position="on-border">
|
||||
<b-input :maxlength="200" :ref="'focus'" v-model="form.name"
|
||||
placeholder="$t('globals.fields.name')" required></b-input>
|
||||
:placeholder="$t('globals.fields.name')" required></b-input>
|
||||
</b-field>
|
||||
|
||||
<b-field :label="$t('globals.fields.rawHTML')" label-position="on-border">
|
||||
<b-field :label="$t('templates.rawHTML')" label-position="on-border">
|
||||
<b-input v-model="form.body" type="textarea" required />
|
||||
</b-field>
|
||||
|
||||
|
|
Loading…
Reference in a new issue