Skip to content

Commit

Permalink
change Password to Emails and passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyeh-deriv committed Feb 13, 2022
1 parent d6f1ffb commit eec21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/Constants/routes-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const initRoutesConfig = ({ is_dashboard }) => [
{
path: routes.passwords,
component: Passwords,
getTitle: () => localize('Passwords'),
getTitle: () => localize('Email and passwords'),
},
{
path: routes.self_exclusion,
Expand Down

0 comments on commit eec21fc

Please sign in to comment.