diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 17:20:00 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 17:20:00 +0100 |
| commit | f99fb20806d89109e51995655997b43089e01ead (patch) | |
| tree | 9be087d6cff54886403dbd9691ad80986cf60914 /app/client/modules/biggan/views | |
| parent | 3b4b93d58148d3df6ff3a6cea542bc1bb6fb5cd7 (diff) | |
deploy bundle
Diffstat (limited to 'app/client/modules/biggan/views')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.live.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index a1e99a1..c6c8445 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -206,7 +206,7 @@ class BigGANLive extends Component { <Button title={opt.paused ? 'Paused' : 'Playing'} onClick={() => { opt.paused ? this.play() : this.pause()}} - >{opt.paused ? 'Play' : 'Play'}</Button> + >{opt.paused ? 'Play' : 'Pause'}</Button> </div> ) } |
