Skip to content

Commit

Permalink
refactor: remove pointless maintenance link message (#1503)
Browse files Browse the repository at this point in the history
This link is defined in frontend-component-header, so the message
shouldn't be here. Anyway, we are deleting the link from
frontend-component-header too

Related:
* openedx/frontend-component-header#553
* openedx/edx-platform#35852
  • Loading branch information
kdmccormick authored Nov 15, 2024
1 parent 32e5fa6 commit 6ffdb01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/header/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ const messages = defineMessages({
defaultMessage: 'Studio Home',
description: 'Link to Studio Home',
},
'header.user.menu.maintenance': {
id: 'header.user.menu.maintenance',
defaultMessage: 'Maintenance',
description: 'Link to the Studio maintenance page',
},
'header.user.menu.logout': {
id: 'header.user.menu.logout',
defaultMessage: 'Logout',
Expand Down

0 comments on commit 6ffdb01

Please sign in to comment.