Skip to content

Commit 3d77ece

Browse files
authored
fix(ui): make "Current Password" label consistent with other labels
Updated the "Current Password" label to use sentence case ("Current password") for consistency with the "New password" and "Confirm password" labels. This ensures a uniform and visually balanced UI.
1 parent 5a76e59 commit 3d77ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/pages/settings/Password.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const updatePassword = () => {
6767

6868
<form @submit.prevent="updatePassword" class="space-y-6">
6969
<div class="grid gap-2">
70-
<Label for="current_password">Current Password</Label>
70+
<Label for="current_password">Current password</Label>
7171
<Input
7272
id="current_password"
7373
ref="currentPasswordInput"

0 commit comments

Comments
 (0)