From 06410b4807710af4cbb0ee714c692484a8d003fd Mon Sep 17 00:00:00 2001 From: negue Date: Sat, 22 Jul 2023 22:50:00 +0200 Subject: [PATCH] fix reset account texts --- .../src/pages/settings/settingRows/resetAccount.vue | 6 +----- website/common/locales/en/settings.json | 13 ++++++------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/website/client/src/pages/settings/settingRows/resetAccount.vue b/website/client/src/pages/settings/settingRows/resetAccount.vue index 06fe54286b..5be859bf86 100644 --- a/website/client/src/pages/settings/settingRows/resetAccount.vue +++ b/website/client/src/pages/settings/settingRows/resetAccount.vue @@ -54,16 +54,12 @@
  • {{ $t('resetDetail4') }}
  • - -
  • - {{ $t('resetDetail5') }} -
  • diff --git a/website/common/locales/en/settings.json b/website/common/locales/en/settings.json index 542962e2ba..703cf2347c 100644 --- a/website/common/locales/en/settings.json +++ b/website/common/locales/en/settings.json @@ -74,12 +74,11 @@ "newUsername": "New Username", "dangerZone": "Danger Zone", "resetText1": "Be careful! This resets many parts of your account. This is highly discouraged, but some people find it useful in the beginning after playing with the site for a short time.", - "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 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 Orb of Rebirth, 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.", + "resetDetail1": "You will lose all your levels, Gold, and Experience points.", + "resetDetail2": "You will keep your current class, achievements and your pets and mounts.", + "resetDetail3": "All your tasks (except those from challenges) will be deleted permanently and you will lose all of their historical data.", + "resetDetail4": "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).", + "resetText2": "Another option is using an Orb of Rebirth, which will reset everything else while preserving your Tasks and Equipment.", "deleteLocalAccountText": "Are you sure? 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": "Are you sure? 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 \"<%= magicWord %>\" into the text box below.", "API": "API", @@ -142,7 +141,7 @@ "subscriptionReminders": "Subscriptions Reminders", "questStarted": "Your Quest has Begun", "invitedQuest": "Invited to Quest", - "kickedGroup": "Kicked from group", + "kickedGroup": "Removed from group", "remindersToLogin": "Reminders to check in to Habitica", "unsubscribedSuccessfully": "Unsubscribed successfully!", "unsubscribedTextUsers": "You have successfully unsubscribed from all Habitica emails. You can enable only the emails you want to receive from Settings > > Notifications (requires login).",