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 committed Jan 11, 2023
1 parent dd6d45f commit 6369a24
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 6369a24

Please sign in to comment.