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

fix: fix suffix label #394

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix suffix label
  • Loading branch information
djaiss committed Jan 11, 2023
commit 6488523a527dd14a9a35d629c7dae89c2f81e3f9
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