mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user