Skip to content

Commit

Permalink
Use …
Browse files Browse the repository at this point in the history
  • Loading branch information
fzzzy committed Jun 28, 2017
1 parent 2e38e0d commit 796af3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/components/EmailDialog.js
Expand Up @@ -86,7 +86,7 @@ export default class EmailDialog extends React.Component {
</div>
<div className="modal-actions">
<Localized id="emailOptInConfirmationClose">
<button id="email-success-continue" onClick={e => this.continue(e)} className="button default large">On to the experiments...</button>
<button id="email-success-continue" onClick={e => this.continue(e)} className="button default large">On to the experiments&hellip;</button>
</Localized>
</div>
</div>
Expand Down

0 comments on commit 796af3b

Please sign in to comment.