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 4646 "change_disabled" : " Password changes are disabled by the administrator." ,
4747 "label" : " Password"
4848 },
49+ "sign_out" : {
50+ "button" : " Sign out of account" ,
51+ "dialog" : " Sign out of this account?"
52+ },
4953 "title" : " Your account"
5054 },
5155 "add_email_form" : {
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ const SignOutButton: React.FC<{ id: string }> = ({ id }) => {
3535 < Dialog . Dialog
3636 trigger = {
3737 < Button kind = "primary" destructive size = "lg" Icon = { IconSignOut } >
38- Sign out of account
38+ { t ( "frontend. account.sign_out.button" ) }
3939 </ Button >
4040 }
4141 >
42- < Dialog . Title > Sign out of your account? </ Dialog . Title >
42+ < Dialog . Title > { t ( "frontend. account.sign_out.dialog" ) } </ Dialog . Title >
4343
4444 < Button
4545 type = "button"
You can’t perform that action at this time.
0 commit comments