Skip to content

Commit

Permalink
Remove beta from navbar title
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuffer committed Apr 2, 2019
1 parent 8a39fac commit f3db894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/webapp/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const HelpDialog = props => {
return (
<Dialog open={open} onClose={handleClose} maxWidth='md'>
<DialogTitle variant='h6' id='help-dialog-title'>
{'Welcome to the Project Charleston BETA'}
{'Welcome to the Project Charleston'}
</DialogTitle>
<DialogContent>
<DialogContentText id='help-dialog-description'>
Expand Down

0 comments on commit f3db894

Please sign in to comment.