summaryrefslogtreecommitdiff
path: root/app/client
diff options
context:
space:
mode:
Diffstat (limited to 'app/client')
-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>
)
}