1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-03 01:18:43 +02:00
This commit is contained in:
sveisvei 2016-12-17 21:31:20 +01:00
parent f645e71eeb
commit 8806f77dfe

View File

@ -124,7 +124,7 @@ class StrategyConfigure extends React.Component {
<Card shadow={0} style={style}> <Card shadow={0} style={style}>
<CardTitle>"{name}" deleted?</CardTitle> <CardTitle>"{name}" deleted?</CardTitle>
<CardText> <CardText>
The strategy "{name}" does not exist on this this server. The strategy "{name}" does not exist on this server.
<Link to={`/strategies/create?name=${name}`}>Want to create it now?</Link> <Link to={`/strategies/create?name=${name}`}>Want to create it now?</Link>
</CardText> </CardText>
<CardActions> <CardActions>