study is no longer in beta

This commit is contained in:
Thibault Duplessis 2016-05-31 19:08:13 +02:00
parent 642ca5983b
commit 75fcfbf861
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
<a href="@routes.Opening.home">@trans.openings()</a>
<a href="@routes.Coordinate.home">@trans.coordinates()</a>
@ctx.me.map { me =>
<a href="@routes.Study.byOwnerDefault(me.username)">Study [beta]</a>
<a href="@routes.Study.byOwnerDefault(me.username)">Study</a>
}
</div>
</section>

View file

@ -59,7 +59,7 @@ function studyButton(ctrl) {
m('button.button.text', {
'data-icon': '',
type: 'submit'
}, util.synthetic(ctrl.data) ? 'Host a study [beta]' : 'Study this game')
}, util.synthetic(ctrl.data) ? 'Host a study' : 'Study this game')
]);
}