File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ const deleteUser = () => {
7979 />
8080 <Button
8181 :loading =" form.processing"
82- label =" Delete Account "
82+ label =" Delete account "
8383 severity =" danger"
8484 @click =" deleteUser"
8585 />
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export function useAppLayout() {
6565 separator : true
6666 } ,
6767 {
68- label : 'Log Out ' ,
68+ label : 'Log out ' ,
6969 lucideIcon : LogOut ,
7070 command : ( ) => logout ( ) ,
7171 } ,
Original file line number Diff line number Diff line change @@ -37,9 +37,7 @@ import ApplicationLogo from '@/components/ApplicationLogo.vue';
3737 v-if =" $slots .subtitle "
3838 #subtitle
3939 >
40- <div class =" text-base" >
41- <slot name =" subtitle" />
42- </div >
40+ <slot name =" subtitle" />
4341 </template >
4442 <template #content >
4543 <slot />
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ const updatePassword = () => {
147147 < Button
148148 : loading= " updatePasswordForm.processing"
149149 type= " submit"
150- label= " Save"
150+ label= " Save password "
151151 / >
152152 < / form>
153153 < / template>
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ const updateProfileInformation = () => {
163163 </div >
164164 <div >
165165 <Button
166- label =" Delete Account "
166+ label =" Delete account "
167167 severity =" danger"
168168 @click =" deleteUserModalOpen = true"
169169 />
You can’t perform that action at this time.
0 commit comments