Fix typo with Scalar popup
This commit is contained in:
parent
0e08646d01
commit
0303a42fc7
1 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,8 @@ module.exports = React.createClass({
|
||||||
title: "Add an Integration",
|
title: "Add an Integration",
|
||||||
description:
|
description:
|
||||||
<div>
|
<div>
|
||||||
You are about to taken to a third-party site so you can authenticate your account for use with {integrationsUrl}.<br/>
|
You are about to be taken to a third-party site so you can
|
||||||
|
authenticate your account for use with {integrationsUrl}.<br/>
|
||||||
Do you wish to continue?
|
Do you wish to continue?
|
||||||
</div>,
|
</div>,
|
||||||
button: "Continue",
|
button: "Continue",
|
||||||
|
|
Loading…
Reference in a new issue