Skip to content

Commit

Permalink
fix: fix suffix label (monicahq/chandler#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored and asbiin committed Mar 31, 2023
1 parent 94ddf71 commit d17900f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Vault/Contact/Names/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
:input-class="'block w-full'"
:required="false"
:maxlength="255"
:label="'Prefix'" />
:label="'Suffix'" />
</div>

<div class="flex justify-between p-5">
Expand Down

0 comments on commit d17900f

Please sign in to comment.