diff options
Diffstat (limited to 'app/client/modules/pix2pix/views/pix2pix.live.js')
| -rw-r--r-- | app/client/modules/pix2pix/views/pix2pix.live.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2pix/views/pix2pix.live.js b/app/client/modules/pix2pix/views/pix2pix.live.js index ec2c33c..b6765ed 100644 --- a/app/client/modules/pix2pix/views/pix2pix.live.js +++ b/app/client/modules/pix2pix/views/pix2pix.live.js @@ -299,7 +299,7 @@ class Pix2PixLive extends Component { <Button title={'Processing'} onClick={this.togglePlaying} - >Pause</Button> + >Stop</Button> <Button title={'GPU Busy'} onClick={() => this.interrupt()} |
