From c298d0b1587ab20cdd3e14d880dca7610e2f6014 Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 11 May 2026 18:48:46 +0300 Subject: [PATCH] i18n: use friendlier tone in tailscale i18n --- frontend/src/lib/i18n/locales/en-US.json | 2 +- frontend/src/lib/i18n/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/en-US.json b/frontend/src/lib/i18n/locales/en-US.json index 49b96659..a71696e2 100644 --- a/frontend/src/lib/i18n/locales/en-US.json +++ b/frontend/src/lib/i18n/locales/en-US.json @@ -86,7 +86,7 @@ "addressScopeName": "Address", "addressScopeDescription": "Allows the app to access your address.", "loginTailscaleTitle": "Continue with Tailscale", - "loginTailscaleDescription": "We detected that you are accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?", + "loginTailscaleDescription": "You appear to be accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?", "loginTailscaleDeviceName": "Device name:", "loginTailscaleSubmit": "Continue with Tailscale", "loginTailscaleOtherMethod": "Login with another method", diff --git a/frontend/src/lib/i18n/locales/en.json b/frontend/src/lib/i18n/locales/en.json index 49b96659..a71696e2 100644 --- a/frontend/src/lib/i18n/locales/en.json +++ b/frontend/src/lib/i18n/locales/en.json @@ -86,7 +86,7 @@ "addressScopeName": "Address", "addressScopeDescription": "Allows the app to access your address.", "loginTailscaleTitle": "Continue with Tailscale", - "loginTailscaleDescription": "We detected that you are accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?", + "loginTailscaleDescription": "You appear to be accessing Tinyauth from an authorized Tailscale device. Would you like to continue with your Tailscale connection?", "loginTailscaleDeviceName": "Device name:", "loginTailscaleSubmit": "Continue with Tailscale", "loginTailscaleOtherMethod": "Login with another method",