File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 46
46
"change_disabled" : " Password changes are disabled by the administrator." ,
47
47
"label" : " Password"
48
48
},
49
+ "sign_out" : {
50
+ "button" : " Sign out of account" ,
51
+ "dialog" : " Sign out of this account?"
52
+ },
49
53
"title" : " Your account"
50
54
},
51
55
"add_email_form" : {
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ const SignOutButton: React.FC<{ id: string }> = ({ id }) => {
35
35
< Dialog . Dialog
36
36
trigger = {
37
37
< Button kind = "primary" destructive size = "lg" Icon = { IconSignOut } >
38
- Sign out of account
38
+ { t ( "frontend. account.sign_out.button" ) }
39
39
</ Button >
40
40
}
41
41
>
42
- < Dialog . Title > Sign out of your account? </ Dialog . Title >
42
+ < Dialog . Title > { t ( "frontend. account.sign_out.dialog" ) } </ Dialog . Title >
43
43
44
44
< Button
45
45
type = "button"
You can’t perform that action at this time.
0 commit comments