Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix: fix suffix label (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored Jan 11, 2023
1 parent 2c7c4bf commit 0c4aaf1
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 0c4aaf1

Please sign in to comment.