Skip to content

Commit

Permalink
fix: put translation strings back
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Nov 29, 2023
1 parent 021e7cd commit 06b1759
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export const AuthenticatedUserDropdown = () => {
<Dropdown.Menu className="dropdown-menu-right">
{ getConfig().ENABLE_EDX_PERSONAL_DASHBOARD && (
<>
<Dropdown.Header>SWITCH DASHBOARD</Dropdown.Header>
<Dropdown.Header>{formatMessage(messages.dashboardSwitch)}</Dropdown.Header>
<Dropdown.Item as="a" href="/edx-dashboard" className="active">
Personal
{formatMessage(messages.dashboardPersonal)}
</Dropdown.Item>
{!!dashboard && (
<Dropdown.Item as="a" href={dashboard.url} key={dashboard.label}>
Expand Down

0 comments on commit 06b1759

Please sign in to comment.