File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
translations/locales/en-US Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ const AuthenticatedUserMenu = () => {
378
378
{ t ( 'Nav.Auth.MyAssets' ) }
379
379
</ MenubarItem >
380
380
< MenubarItem id = "account-settings" href = "/account" >
381
- { t ( 'Preferences.Settings ' ) }
381
+ { t ( 'Nav.Auth.MyAccount ' ) }
382
382
</ MenubarItem >
383
383
< MenubarItem id = "account-logout" onClick = { ( ) => dispatch ( logoutUser ( ) ) } >
384
384
{ t ( 'Nav.Auth.LogOut' ) }
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ function AccountForm() {
176
176
</ Field >
177
177
) }
178
178
< Button type = "submit" disabled = { submitting || invalid } >
179
- { t ( 'AccountForm.SubmitSaveAllSettings ' ) }
179
+ { t ( 'AccountForm.SaveAccountDetails ' ) }
180
180
</ Button >
181
181
</ form >
182
182
) }
Original file line number Diff line number Diff line change 367
367
"CurrentPasswordARIA" : " Current Password" ,
368
368
"NewPassword" : " New Password" ,
369
369
"NewPasswordARIA" : " New Password" ,
370
- "SubmitSaveAllSettings " : " Save All Settings "
370
+ "SaveAccountDetails " : " Save Account Details "
371
371
},
372
372
"AccountView" : {
373
373
"SocialLogin" : " Social Login" ,
374
374
"SocialLoginDescription" : " Use your GitHub or Google account to log into the p5.js Web Editor." ,
375
375
"Title" : " p5.js Web Editor | Account Settings" ,
376
- "Settings" : " Account Settings " ,
376
+ "Settings" : " My Account " ,
377
377
"AccountTab" : " Account" ,
378
378
"AccessTokensTab" : " Access Tokens"
379
379
},
You can’t perform that action at this time.
0 commit comments