From 3d7c2372c06bd4b064444583467bde2c5bbacaa1 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 9 Nov 2022 01:03:03 -0800 Subject: [PATCH] ux --- locales/en-US.yml | 4 ++-- packages/client/src/components/MkTutorialDialog.vue | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/locales/en-US.yml b/locales/en-US.yml index 52401b2fb..ed5ab32d6 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -140,8 +140,8 @@ cacheRemoteFiles: "Cache remote files" cacheRemoteFilesDescription: "When this setting is disabled, remote files are loaded directly from the remote instance. Disabling this will decrease storage usage, but increase traffic, as thumbnails will not be generated." flagAsBot: "Mark this account as a bot" flagAsBotDescription: "Enable this option if this account is controlled by a program. If enabled, it will act as a flag for other developers to prevent endless interaction chains with other bots and adjust Calckey's internal systems to treat this account as a bot." -flagAsCat: "Mark this account as a cat" -flagAsCatDescription: "Enable this option to mark this account as a cat." +flagAsCat: "Are you a cat? 😺" +flagAsCatDescription: "You'll get cat ears and speak like a cat!" flagShowTimelineReplies: "Show replies in timeline" flagShowTimelineRepliesDescription: "Shows replies of users to notes of other users in the timeline if turned on." autoAcceptFollowed: "Automatically approve follow requests from users you're following" diff --git a/packages/client/src/components/MkTutorialDialog.vue b/packages/client/src/components/MkTutorialDialog.vue index 94ab2e5d5..b3582f619 100644 --- a/packages/client/src/components/MkTutorialDialog.vue +++ b/packages/client/src/components/MkTutorialDialog.vue @@ -34,11 +34,13 @@

{{ i18n.ts._tutorial.step2_1 }}

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

{{ i18n.ts._tutorial.step3_1 }}

{{ i18n.ts._tutorial.step3_2 }}
+ {{ i18n.ts.next }}

{{ i18n.ts._tutorial.step4_1 }}