Skip to content

Commit

Permalink
Fixed typo in javascript
Browse files Browse the repository at this point in the history
Set the system message enabled to default to false
  • Loading branch information
andrewbrazzatti committed Oct 13, 2023
1 parent bfd97dd commit 8aefdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
"oidc-user-doesnt-exist-in-tenant-detail": "For email {{-email}} and url {{-url}} and tenant {{-name}}",
"lang-en": "English",
"lang-mri": "Māori",
"system-message-enabled": "true",
"system-message-enabled": "false",
"system-message-title": "System Notification",
"system-message-description": "ReDBox will be unavailable from 9am to 12pm on October 20 for system upgrades. Please contact support for any help"

Expand Down
2 changes: 1 addition & 1 deletion views/default/default/layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
const currentEpochMillis = Date.now();
localStorage.setItem('systemMessageDismissalTime', currentEpochMillis.toString());
$//remove the system message area as it takes up space even when hidden
//remove the system message area as it takes up space even when hidden
const systemMessageArea = document.getElementById('system-message-area');
systemMessageArea.parentNode.removeChild(systemMessageArea)
})
Expand Down

0 comments on commit 8aefdc9

Please sign in to comment.