File tree Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Expand file tree Collapse file tree 9 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function confirmPassword(): void
46
46
<flux:input
47
47
wire:model =" password"
48
48
id =" password"
49
- label =" {{ __ (' Password' ) } } "
49
+ : label =" __('Password')"
50
50
type =" password"
51
51
name =" password"
52
52
required
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function sendPasswordResetLink(): void
32
32
<!-- Email Address -->
33
33
<flux:input
34
34
wire:model =" email"
35
- label =" {{ __ (' Email Address' ) } } "
35
+ : label =" __('Email Address')"
36
36
type =" email"
37
37
name =" email"
38
38
required
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ protected function throttleKey(): string
83
83
<!-- Email Address -->
84
84
<flux:input
85
85
wire:model =" email"
86
- label =" {{ __ (' Email address' ) } } "
86
+ : label =" __('Email address')"
87
87
type =" email"
88
88
name =" email"
89
89
required
@@ -96,7 +96,7 @@ protected function throttleKey(): string
96
96
<div class =" relative" >
97
97
<flux:input
98
98
wire:model =" password"
99
- label =" {{ __ (' Password' ) } } "
99
+ : label =" __('Password')"
100
100
type =" password"
101
101
name =" password"
102
102
required
@@ -112,7 +112,7 @@ protected function throttleKey(): string
112
112
</div >
113
113
114
114
<!-- Remember Me -->
115
- <flux:checkbox wire:model =" remember" label =" {{ __ (' Remember me' ) } } " />
115
+ <flux:checkbox wire:model =" remember" : label =" __('Remember me')" />
116
116
117
117
<div class =" flex items-center justify-end" >
118
118
<flux:button variant =" primary" type =" submit" class =" w-full" >{{ __ (' Log in' ) } } </flux:button >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public function register(): void
46
46
<flux:input
47
47
wire:model =" name"
48
48
id =" name"
49
- label =" {{ __ (' Name' ) } } "
49
+ : label =" __('Name')"
50
50
type =" text"
51
51
name =" name"
52
52
required
@@ -59,7 +59,7 @@ public function register(): void
59
59
<flux:input
60
60
wire:model =" email"
61
61
id =" email"
62
- label =" {{ __ (' Email address' ) } } "
62
+ : label =" __('Email address')"
63
63
type =" email"
64
64
name =" email"
65
65
required
@@ -71,7 +71,7 @@ public function register(): void
71
71
<flux:input
72
72
wire:model =" password"
73
73
id =" password"
74
- label =" {{ __ (' Password' ) } } "
74
+ : label =" __('Password')"
75
75
type =" password"
76
76
name =" password"
77
77
required
@@ -83,7 +83,7 @@ public function register(): void
83
83
<flux:input
84
84
wire:model =" password_confirmation"
85
85
id =" password_confirmation"
86
- label =" {{ __ (' Confirm password' ) } } "
86
+ : label =" __('Confirm password')"
87
87
type =" password"
88
88
name =" password_confirmation"
89
89
required
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ function ($user) {
79
79
<flux:input
80
80
wire:model =" email"
81
81
id =" email"
82
- label =" {{ __ (' Email' ) } } "
82
+ : label =" __('Email')"
83
83
type =" email"
84
84
name =" email"
85
85
required
@@ -90,7 +90,7 @@ function ($user) {
90
90
<flux:input
91
91
wire:model =" password"
92
92
id =" password"
93
- label =" {{ __ (' Password' ) } } "
93
+ : label =" __('Password')"
94
94
type =" password"
95
95
name =" password"
96
96
required
@@ -102,7 +102,7 @@ function ($user) {
102
102
<flux:input
103
103
wire:model =" password_confirmation"
104
104
id =" password_confirmation"
105
- label =" {{ __ (' Confirm password' ) } } "
105
+ : label =" __('Confirm password')"
106
106
type =" password"
107
107
name =" password_confirmation"
108
108
required
Original file line number Diff line number Diff line change 9
9
<div class =" flex flex-col items-start" >
10
10
@include (' partials.settings-heading' )
11
11
12
- <x-settings .layout heading =" {{ __ (' Appearance' ) } } " subheading =" {{ __ (' Update the appearance settings for your account' ) } } " >
12
+ <x-settings .layout : heading =" __('Appearance')" : subheading =" __('Update the appearance settings for your account')" >
13
13
<flux:radio .group x-data variant =" segmented" x-model =" $flux.appearance" >
14
14
<flux:radio value =" light" icon =" sun" >{{ __ (' Light' ) } } </flux:radio >
15
15
<flux:radio value =" dark" icon =" moon" >{{ __ (' Dark' ) } } </flux:radio >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function deleteUser(Logout $logout): void
44
44
</flux:subheading >
45
45
</div >
46
46
47
- <flux:input wire:model =" password" id =" password" label =" {{ __ (' Password' ) } } " type =" password" name =" password" />
47
+ <flux:input wire:model =" password" id =" password" : label =" __('Password')" type =" password" name =" password" />
48
48
49
49
<div class =" flex justify-end space-x-2" >
50
50
<flux:modal .close >
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ public function updatePassword(): void
40
40
<section class =" w-full" >
41
41
@include (' partials.settings-heading' )
42
42
43
- <x-settings .layout heading =" {{ __ (' Update password' ) } } " subheading =" {{ __ (' Ensure your account is using a long, random password to stay secure' ) } } " >
43
+ <x-settings .layout : heading =" __('Update password')" : subheading =" __('Ensure your account is using a long, random password to stay secure')" >
44
44
<form wire:submit =" updatePassword" class =" mt-6 space-y-6" >
45
45
<flux:input
46
46
wire:model =" current_password"
47
47
id =" update_password_current_passwordpassword"
48
- label =" {{ __ (' Current password' ) } } "
48
+ : label =" __('Current password')"
49
49
type =" password"
50
50
name =" current_password"
51
51
required
@@ -54,7 +54,7 @@ public function updatePassword(): void
54
54
<flux:input
55
55
wire:model =" password"
56
56
id =" update_password_password"
57
- label =" {{ __ (' New password' ) } } "
57
+ : label =" __('New password')"
58
58
type =" password"
59
59
name =" password"
60
60
required
@@ -63,7 +63,7 @@ public function updatePassword(): void
63
63
<flux:input
64
64
wire:model =" password_confirmation"
65
65
id =" update_password_password_confirmation"
66
- label =" {{ __ (' Confirm Password' ) } } "
66
+ : label =" __('Confirm Password')"
67
67
type =" password"
68
68
name =" password_confirmation"
69
69
required
Original file line number Diff line number Diff line change @@ -72,12 +72,12 @@ public function resendVerificationNotification(): void
72
72
<section class =" w-full" >
73
73
@include (' partials.settings-heading' )
74
74
75
- <x-settings .layout heading =" {{ __ (' Profile' ) } } " subheading =" {{ __ (' Update your name and email address' ) } } " >
75
+ <x-settings .layout : heading =" __('Profile')" : subheading =" __('Update your name and email address')" >
76
76
<form wire:submit =" updateProfileInformation" class =" my-6 w-full space-y-6" >
77
- <flux:input wire:model =" name" label =" {{ __ (' Name' ) } } " type =" text" name =" name" required autofocus autocomplete =" name" />
77
+ <flux:input wire:model =" name" : label =" __('Name')" type =" text" name =" name" required autofocus autocomplete =" name" />
78
78
79
79
<div >
80
- <flux:input wire:model =" email" label =" {{ __ (' Email' ) } } " type =" email" name =" email" required autocomplete =" email" />
80
+ <flux:input wire:model =" email" : label =" __('Email')" type =" email" name =" email" required autocomplete =" email" />
81
81
82
82
@if (auth ()-> user () instanceof \Illuminate\Contracts\Auth\ MustVerifyEmail &&! auth ()-> user ()-> hasVerifiedEmail () )
83
83
<div >
You can’t perform that action at this time.
0 commit comments