diff --git a/website/client/src/components/settings/api.vue b/website/client/src/components/settings/api.vue index 1658cb6bac..48a5155ddd 100644 --- a/website/client/src/components/settings/api.vue +++ b/website/client/src/components/settings/api.vue @@ -23,33 +23,7 @@

{{ $t('thirdPartyApps') }}

- +


diff --git a/website/client/src/components/static/pressKit.vue b/website/client/src/components/static/pressKit.vue index 74c7645b75..df1a07a414 100644 --- a/website/client/src/components/static/pressKit.vue +++ b/website/client/src/components/static/pressKit.vue @@ -165,10 +165,6 @@ export default { question: 'pkQuestion7', answer: 'pkAnswer7', }, - { - question: 'pkQuestion8', - answer: 'pkAnswer8', - }, ], }); }, diff --git a/website/common/locales/en/front.json b/website/common/locales/en/front.json index 6634564653..b3c3b30440 100644 --- a/website/common/locales/en/front.json +++ b/website/common/locales/en/front.json @@ -65,7 +65,7 @@ "pkQuestion1": "What inspired Habitica? How did it start?", "pkAnswer1": "If you’ve ever invested time in leveling up a character in a game, it’s hard not to wonder how great your life would be if you put all of that effort into improving your real-life self instead of your avatar. We starting building Habitica to address that question.
Habitica officially launched with a Kickstarter in 2013, and the idea really took off. Since then, it’s grown into a huge project, supported by our awesome open-source volunteers and our generous users.", "pkQuestion2": "Why does Habitica work?", - "pkAnswer2": "Forming a new habit is hard because people really need that obvious, instant reward. For example, it’s tough to start flossing, because even though our dentist tells us that it's healthier in the long run, in the immediate moment it just makes your gums hurt.
Habitica's gamification adds a sense of instant gratification to everyday objectives by rewarding a tough task with experience, gold… and maybe even a random prize, like a dragon egg! This helps keep people motivated even when the task itself doesn't have an intrinsic reward, and we've seen people turn their lives around as a result. You can check out success stories here: https://habitversary.tumblr.com", + "pkAnswer2": "Forming a new habit is hard because people really need that obvious, instant reward. For example, it’s tough to start flossing, because even though our dentist tells us that it's healthier in the long run, in the immediate moment it just makes your gums hurt.
Habitica's gamification adds a sense of instant gratification to everyday objectives by rewarding a tough task with experience, gold… and maybe even a random prize, like a dragon egg! This helps keep people motivated even when the task itself doesn't have an intrinsic reward, and we've seen people turn their lives around as a result.", "pkQuestion3": "Why did you add social features?", "pkAnswer3": "Social pressure is a huge motivating factor for a lot of people, so we knew that we wanted to have a strong community that would hold each other accountable for their goals and cheer for their successes. Luckily, one of the things that multiplayer video games do best is foster a sense of community among their users! Habitica’s community structure borrows from these types of games; you can form a small Party of close friends, but you can also join a larger, shared-interest groups known as a Guild. Although some users choose to play solo, most decide to form a support network that encourages social accountability through features such as Quests, where Party members pool their productivity to battle monsters together.", "pkQuestion4": "Why does skipping tasks remove your avatar’s health?", diff --git a/website/common/locales/en/settings.json b/website/common/locales/en/settings.json index 5c459545de..3c93d6c000 100644 --- a/website/common/locales/en/settings.json +++ b/website/common/locales/en/settings.json @@ -75,6 +75,7 @@ "chatExtensionDesc": "The Chat Extension for Habitica adds an intuitive chat box to all of habitica.com. It allows users to chat in the Tavern, their party, and any guilds they are in.", "otherExtensions": "Other Extensions", "otherDesc": "Find other apps, extensions, and tools on the Habitica wiki.", + "thirdPartyTools": "Find third party apps, extensions, and all kinds of other tools you can use with your account on the Habitica wiki.", "resetDo": "Do it, reset my account!", "resetComplete": "Reset complete!", "fixValues": "Fix Values",