From b369f807036387a8df6d204f9a53007cc0ab8dea Mon Sep 17 00:00:00 2001
From: patak <matias.capeletto@gmail.com>
Date: Tue, 20 Dec 2022 11:58:50 +0100
Subject: [PATCH] chore: update app info

---
 components/help/HelpPreview.vue | 9 +++++++--
 locales/en-US.json              | 4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/components/help/HelpPreview.vue b/components/help/HelpPreview.vue
index d1938fd9..987f7101 100644
--- a/components/help/HelpPreview.vue
+++ b/components/help/HelpPreview.vue
@@ -55,6 +55,11 @@ const teams: Team[] = [
       <b text-primary>{{ $t('help.desc_highlight') }}</b>
       {{ $t('help.desc_para2') }}
     </p>
+    <p>
+      Before that, if you'd like to help with testing, giving feedback, or contributing, <a font-bold text-primary href="/m.webtoo.ls/@elk" target="_blank">
+        reach out to us on Mastodon
+      </a> and get involved.
+    </p>
     {{ $t('help.desc_para3') }}
     <p flex="~ gap-2 wrap" mxa>
       <template v-for="team of teams" :key="team.github">
@@ -63,8 +68,8 @@ const teams: Team[] = [
         </a>
       </template>
     </p>
-    <p italic text-2xl>
-      <span text-lg font-script>The Elk Team</span>
+    <p italic flex justify-center w-full>
+      <span text-xl font-script>The Elk Team</span>
     </p>
 
     <button btn-solid mxa tabindex="2" @click="emit('close')">
diff --git a/locales/en-US.json b/locales/en-US.json
index 02f94a06..9425eb12 100644
--- a/locales/en-US.json
+++ b/locales/en-US.json
@@ -92,8 +92,8 @@
   "help": {
     "desc_highlight": "Expect some bugs and missing features here and there.",
     "desc_para1": "Thanks for your interest in trying out Elk, our work-in-progress generic Mastodon client!",
-    "desc_para2": "We are working hard on the development and improving it over time. And we will soon invite you to join the force once we make it open source soon!",
-    "desc_para3": "Before that, to help boosting out development, you can sponsor our team members with the links below.",
+    "desc_para2": "We are working hard on the development and improving it over time. We will open source the app once it is ready for public use.",
+    "desc_para3": "To help boosting out development, you can sponsor our team members with the links below. We hope you enjoy Elk!",
     "title": "Elk is in Preview!"
   },
   "menu": {