Paglias/client fixes (#8990)

* correct buttons for reset modal

* correct buttons for delete account modal

* fix first party member not showing up
This commit is contained in:
Matteo Pagliazzi
2017-08-25 23:54:50 +02:00
committed by GitHub
parent 748ce8a23f
commit c129c38631
4 changed files with 8 additions and 13 deletions

View File

@@ -3,8 +3,8 @@
p {{ $t('resetText1') }}
p {{ $t('resetText2') }}
.modal-footer
button.btn.btn-danger(@click='close()') {{ $t('neverMind') }}
button.btn.btn-primary(@click='reset()') {{ $t('resetDo') }}
button.btn.btn-primary(@click='close()') {{ $t('neverMind') }}
button.btn.btn-danger(@click='reset()') {{ $t('resetDo') }}
</template>
<script>