Skip to content

Commit

Permalink
fix: nickname label wrong on contact edit (#5576)
Browse files Browse the repository at this point in the history
When having the "name order" layout setting set to sth which does not
start with firstname field, the label of the `nickname` field was wrong.
  • Loading branch information
particleflux authored Oct 8, 2021
1 parent 741f5a7 commit dd7970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/people/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
:input-type="'text'"
:id="'nickname'"
:required="false"
:title="'{{ trans('people.information_edit_description') }}'">
:title="'{{ trans('people.people_add_nickname') }}'">
</form-input>
</div>
</div>
Expand Down

0 comments on commit dd7970c

Please sign in to comment.