forked from p15670423/monkey
Island: Add maximum kill time to kill all monkeys modal window
This commit is contained in:
parent
5c6ac3d2cf
commit
3f3e86bcce
|
@ -103,7 +103,7 @@ class MapPageComponent extends AuthComponent {
|
||||||
<div className="text-center">Are you sure you want to kill all monkeys?</div>
|
<div className="text-center">Are you sure you want to kill all monkeys?</div>
|
||||||
</h2>
|
</h2>
|
||||||
<p style={{'fontSize': '1.2em', 'marginBottom': '2em'}}>
|
<p style={{'fontSize': '1.2em', 'marginBottom': '2em'}}>
|
||||||
This might take a few moments...
|
This might take up to <b>2 minutes</b>...
|
||||||
</p>
|
</p>
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<button type="button" className="btn btn-danger btn-lg" style={{margin: '5px'}}
|
<button type="button" className="btn btn-danger btn-lg" style={{margin: '5px'}}
|
||||||
|
|
Loading…
Reference in New Issue