Browse Source

Fixed typo

pull/2270/head
Nicholas Ferraz 3 years ago
parent
commit
058ad46db6
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/components/label/FormCreate.vue

2
frontend/components/label/FormCreate.vue

@ -31,7 +31,7 @@
<v-text-field
:value="description"
:counter="200"
:label="$t('labels.labelDescripton')"
:label="$t('labels.description')"
outlined
@input="$emit('update:description', $event)"
/>

Loading…
Cancel
Save