new client router changes: rename guild.vue to group.vue and GuildPage to GroupPage (#8957)

* change challenge creation button to "Add Challenge Tasks"

* router changes: rename guild.vue to group.vue and GuildPage to GroupPage
This commit is contained in:
Alys
2017-08-21 08:49:47 +10:00
committed by GitHub
parent 876552b922
commit 2a2192e196
4 changed files with 6 additions and 5 deletions

View File

@@ -53,7 +53,7 @@
.col-12.text-center.submit-button-wrapper
.alert.alert-warning(v-if='insufficientGemsForTavernChallenge')
You do not have enough gems to create a Tavern challenge
button.btn.btn-primary(v-once, v-if='creating', @click='createChallenge()') {{$t('createChallenge')}}
button.btn.btn-primary(v-once, v-if='creating', @click='createChallenge()') {{$t('createChallengeAddTasks')}}
button.btn.btn-primary(v-once, v-if='!creating', @click='updateChallenge()') {{$t('updateChallenge')}}
.col-12.text-center
p(v-once) {{$t('challengeMinimum')}}