Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Adding beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kierk committed May 31, 2019
1 parent 592e491 commit 6fbadeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack/components/surveys/SurveyShow.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class SurveyShow extends Component {
<div className="static-modal">
<Modal animation={false} show={this.state.showEpiInfoModal} onHide={()=>this.setState({showEpiInfoModal: false})} role="dialog" aria-label="Epi Info Modal">
<Modal.Header>
<Modal.Title componentClass="h2"><i className="fa fa-internet-explorer" aria-hidden="true"><text className="sr-only">Input for</text></i> Epi Info Web Survey</Modal.Title>
<Modal.Title componentClass="h2"><i className="fa fa-internet-explorer" aria-hidden="true"><text className="sr-only">Input for</text></i> Epi Info Web Survey (BETA)</Modal.Title>
</Modal.Header>
<Modal.Body>
{this.state.error && this.state.error.msg &&
Expand Down Expand Up @@ -177,7 +177,7 @@ class SurveyShow extends Component {
this.setState({isCreating: false, error: {msg: 'An Error has occured while publishing your survey.'}});
}
});
}} bsStyle="primary">Create Web Survey</Button>
}} bsStyle="primary">Create Web Survey (BETA)</Button>
<Button onClick={()=>this.setState({showEpiInfoModal: false})} bsStyle="default">Cancel</Button>
</Modal.Footer>
</Modal>
Expand Down

0 comments on commit 6fbadeb

Please sign in to comment.