Browse Source

Fix template box label name

Kousik Mitra 4 years ago
parent
commit
35b1d01621
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/views/TemplateForm.vue

+ 1 - 1
frontend/src/views/TemplateForm.vue

@@ -16,7 +16,7 @@
                 :placeholder="$t('globals.fields.name')" required></b-input>
                 :placeholder="$t('globals.fields.name')" required></b-input>
             </b-field>
             </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-input v-model="form.body" type="textarea" required />
             </b-field>
             </b-field>