From b4c74de7b393192e19a7c6a0387e212d85e2e169 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 11 Jun 2023 07:05:07 +0500 Subject: [PATCH] style: added more clarity to the tooltip message Previous commits wordings made it sound like it NEEDS to be unrelated to the mediaserver instance. However, it can be any valid address --- src/components/Login/JellyfinLogin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Login/JellyfinLogin.tsx b/src/components/Login/JellyfinLogin.tsx index a21c441cc..ff9575ff8 100644 --- a/src/components/Login/JellyfinLogin.tsx +++ b/src/components/Login/JellyfinLogin.tsx @@ -16,7 +16,7 @@ const messages = defineMessages({ host: '{mediaServerName} URL', email: 'Email', emailtooltip: - 'Any valid address. Unrelated to your {mediaServerName} instance.', + 'Address does not need to be associated with your {mediaServerName} instance.', validationhostrequired: '{mediaServerName} URL required', validationhostformat: 'Valid URL required', validationemailrequired: 'Email required',