Skip to content
Snippets Groups Projects
Commit 31a7650b authored by m431m's avatar m431m :speech_balloon:
Browse files

Fix error with first_name label

parent 413f4146
No related branches found
No related tags found
No related merge requests found
Pipeline #11798 passed with warnings
......@@ -27,7 +27,7 @@
<hr class="divider">
<div class="row g-2 align-items-center">
<div class="col-3">
<label class="col-form-label required">{{ $t('words.lastname') }}</label>
<label class="col-form-label required">{{ $t('words.firstname') }}</label>
</div>
<div class="col">
<ValidationProvider ref="first_name" rules="required" v-slot="{ classes, errors }">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment