From b311d9584e6a5908d2b0a55edcd56e12968b9256 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 9 Nov 2022 11:09:15 -0800 Subject: [PATCH] finalize tutorial --- CALCKEY.md | 2 +- locales/en-US.yml | 6 +++--- package.json | 2 +- packages/client/src/components/MkTutorialDialog.vue | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CALCKEY.md b/CALCKEY.md index 14bc92675..5ddcc8ab6 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -24,7 +24,6 @@ - Make your password hasn't been pwned - Admin custom CSS - Add back time machine (jump to date) -- Link hover effect - Improve accesibility score
Current Misskey score is 57/100 @@ -83,6 +82,7 @@ - Allow importing follows from Pixelfed - Phosphor icons instead of FontAwesome - Fully deprecate MkEmojiPickerWindow in favor of MkEmojiPickerDialog +- Link hover effect - Obliteration of Ai-chan - [Make showing ads optional](https://github.com/misskey-dev/misskey/pull/8996) - [Tapping avatar in mobile opens account modal](https://github.com/misskey-dev/misskey/pull/9056) diff --git a/locales/en-US.yml b/locales/en-US.yml index f39b263ca..f91163dd9 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1214,8 +1214,8 @@ _time: _tutorial: title: "How to use Calckey" step1_1: "Welcome!" - step1_2: "Let's get you set up." - step2_1: "Let's finish setting up your profile before writing a note or following anyone." + step1_2: "Let's get you set up. You'll be up and running in no time!" + step2_1: "First, please fill out your profile." step2_2: "Providing some information about who you are will make it easier for others to tell if they want to see your notes or follow you." step3_1: "Now time to follow some people!" step3_2: "Your home and social timelines are based off of who you follow, so try following a couple accounts to get started." @@ -1230,7 +1230,7 @@ _tutorial: step5_7: "The Global {icon} timeline is where you can see posts from every other connected instance." step6_1: "So, what is this place?" step6_2: "Well, you didn't just join Calckey. You joined a portal to the Fediverse, an interconnected network of thousands of servers, called \"instances\"." - step6_3: "Each server works in different ways, and not all servers run Calckey. This one does though!" + step6_3: "Each server works in different ways, and not all servers run Calckey. This one does though! It's a bit complicated, but you'll get the hang of it in no time." step6_4: "Now go, explore, and have fun!" _2fa: alreadyRegistered: "You have already registered a 2-factor authentication device." diff --git a/package.json b/package.json index f370eaf01..a915565d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.119.0-calc.10-b.9", + "version": "12.119.0-calc.10", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/MkTutorialDialog.vue b/packages/client/src/components/MkTutorialDialog.vue index 39cadec47..d85e21724 100644 --- a/packages/client/src/components/MkTutorialDialog.vue +++ b/packages/client/src/components/MkTutorialDialog.vue @@ -32,6 +32,7 @@

{{ i18n.ts._tutorial.step2_1 }}

{{ i18n.ts._tutorial.step2_2 }}
+

{{ i18n.ts.next }} @@ -173,7 +174,7 @@ function close(res) {