From 7c32201cb0b1826630159b1fcecf28ad8b91e13e Mon Sep 17 00:00:00 2001 From: Bnyro Date: Thu, 14 Sep 2023 17:24:00 +0200 Subject: [PATCH] feat: show explaination on register and login page --- src/components/LoginPage.vue | 10 ++++++++-- src/components/LoginPage.vue, | 1 + src/components/RegisterPage.vue | 8 +++++--- src/components/TooltipIcon.vue | 29 +++++++++++++++++++++++++++++ src/locales/en.json | 4 +++- 5 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 src/components/LoginPage.vue, create mode 100644 src/components/TooltipIcon.vue diff --git a/src/components/LoginPage.vue b/src/components/LoginPage.vue index ab586a20..72c111c2 100644 --- a/src/components/LoginPage.vue +++ b/src/components/LoginPage.vue @@ -1,8 +1,8 @@ + + diff --git a/src/locales/en.json b/src/locales/en.json index f294cb4d..4385a3cc 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -212,6 +212,8 @@ "hours": "{amount} hour(s)", "days": "{amount} day(s)", "weeks": "{amount} week(s)", - "months": "{amount} month(s)" + "months": "{amount} month(s)", + "register_note": "Register an account for this Piped instance. That allows you to sync your subscriptions and playlists with your account, hence they're saved on server side. You can use all features without an account too, however all data will only be stored in the local storage of the browser then. Please make sure to NOT use an email address as username, and to choose a safe password.", + "login_note": "Log in with an account that was created at this instance." } }