more fixes

This commit is contained in:
negue
2023-07-02 20:16:06 +02:00
parent 203e961464
commit 35c75304f1
4 changed files with 12 additions and 7 deletions
@@ -228,6 +228,7 @@ export default {
},
save () {
if (!this.validateInputs()) {
console.info('invalid1!!');
return;
}
@@ -264,10 +265,10 @@ export default {
let valid = true;
for (const stat of canRestore) {
if (this.restoreValues.stats[stat] === ''
|| this.restoreValues.stats[stat] < 0
if (this.restoreValues[stat] === ''
|| this.restoreValues[stat] < 0
) {
this.restoreValues.stats[stat] = this.user.stats[stat];
this.restoreValues[stat] = this.user.stats[stat];
valid = false;
}
}
@@ -33,7 +33,7 @@
v-once
class="dialog-disclaimer"
>
<span>{{ $t("americanEnglishGovern") }}</span>
<span>{{ $t("americanEnglishGovern") }} </span>
<span v-html="$t('helpWithTranslation')"></span>
</div>
<div class="input-area">
@@ -54,12 +54,16 @@
<li v-once>
{{ $t('resetDetail4') }}
</li>
<li v-once>
{{ $t('resetDetail5') }}
</li>
</ul>
</div>
<div
v-once
v-html="$t('resetDetail5')"
v-html="$t('resetDetail6')"
>
</div>
+2 -2
View File
@@ -77,8 +77,8 @@
"resetDetail1": "You will lose all Gold, Experience, earned levels, and stat points.",
"resetDetail2": "You will keep your current class, Pets and Mounts.",
"resetDetail3": "All Tasks and their historical data (except those from Challenges) will be permanently deleted.",
"resetDetail4": "You will be able to buy back Equipment, including all limited edition or subscriber Mystery items that you already own.",
"resetDetail5": "Another option is using an <b>Orb of Rebirth</b>, which will reset everything else while preserving your Tasks and Equipment.",
"resetDetail4": "You will lose all your equipment except Subscriber Mystery Items and free commemorative items.", "resetDetail5": "You will be able to buy the deleted items back, including all limited edition equipment (you will need to be in the correct class to re-buy class-specific gear).",
"resetDetail6": "Another option is using an <b>Orb of Rebirth</b>, which will reset everything else while preserving your Tasks and Equipment.",
"resetText2": "You will lose all your levels, Gold, and Experience points. All your tasks (except those from challenges) will be deleted permanently and you will lose all of their historical data. You will lose all your equipment except Subscriber Mystery Items and free commemorative items. You will be able to buy the deleted items back, including all limited edition equipment (you will need to be in the correct class to re-buy class-specific gear). You will keep your current class, achievements and your pets and mounts. You might prefer to use an Orb of Rebirth instead, which is a much safer option and which will preserve your tasks and equipment.",
"deleteLocalAccountText": "<b>Are you sure?</b> This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type your password into the text box below.",
"deleteSocialAccountText": "<b>Are you sure?</b> This will delete your account forever, and it can never be restored! You will need to register a new account to use Habitica again. Banked or spent Gems will not be refunded. If you're absolutely certain, type <b>\"<%= magicWord %>\"</b> into the text box below.",