Skip to content

Commit 204c171

Browse files
authored
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 b942d80 commit 204c171

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)