From 53742e5ec2dbb1f970bb23fcac218d7879f5761a Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 7 Sep 2023 23:11:49 +0100 Subject: [PATCH] setup: encourage user to browse settings for new features Lots of things aren't present in setup, including the my account page and referrals, so a nudge in the right direction is warranted. --- lang/setup/en-us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/setup/en-us.json b/lang/setup/en-us.json index 1159d34..a60853a 100644 --- a/lang/setup/en-us.json +++ b/lang/setup/en-us.json @@ -32,7 +32,7 @@ }, "endPage": { "finished": "Finished!", - "restartMessage": "You can configure Discord/Telegram/Matrix bots, customize your messages and more in Settings. Click below to restart, then refresh the page.", + "restartMessage": "Features like Discord/Telegram/Matrix bots, custom Markdown messages, and a user-accessible \"My Account\" page can be found in Settings, so make sure to give it a browse. Click below to restart, then refresh the page.", "refreshPage": "Refresh" }, "language": { @@ -157,4 +157,4 @@ "emailMessage": "Email Message", "emailMessageNotice": "Displays at the bottom of emails." } -} \ No newline at end of file +}