summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-02-23 17:20:00 +0100
committerJules Laplace <julescarbon@gmail.com>2020-02-23 17:20:00 +0100
commitf99fb20806d89109e51995655997b43089e01ead (patch)
tree9be087d6cff54886403dbd9691ad80986cf60914 /app
parent3b4b93d58148d3df6ff3a6cea542bc1bb6fb5cd7 (diff)
deploy bundle
Diffstat (limited to 'app')
-rw-r--r--app/client/modules/biggan/views/biggan.live.js2
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>
)
}