From b96fdebe3e172e027fb6fea5c54696ce59f70fb1 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 1 Mar 2026 13:21:04 +0000 Subject: [PATCH 1/3] Test commit --- core/messages/auth/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/messages/auth/en.ts b/core/messages/auth/en.ts index 447b579b..511e533a 100644 --- a/core/messages/auth/en.ts +++ b/core/messages/auth/en.ts @@ -14,7 +14,7 @@ export const authMessages = i18n('auth', { 'Slow Reader works right on your device. No account needed.', localDescription2: 'You can create an account later to sync across devices.', login: 'Log in', - newUser: 'Get started locally', + newUser: 'LOCAL', noRecoveryDesc: 'Slow Reader uses end-to-end encryption. If you lose your password, no one will be able to decrypt your data.', noRecoveryTitle: 'No password recovery', From 15cc26a3988fc71d68a52d193f4f599911ad5cc6 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 1 Mar 2026 13:27:34 +0000 Subject: [PATCH 2/3] Another commit --- core/messages/auth/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/messages/auth/en.ts b/core/messages/auth/en.ts index 511e533a..b15b8b28 100644 --- a/core/messages/auth/en.ts +++ b/core/messages/auth/en.ts @@ -14,7 +14,7 @@ export const authMessages = i18n('auth', { 'Slow Reader works right on your device. No account needed.', localDescription2: 'You can create an account later to sync across devices.', login: 'Log in', - newUser: 'LOCAL', + newUser: 'LOCAL RUN', noRecoveryDesc: 'Slow Reader uses end-to-end encryption. If you lose your password, no one will be able to decrypt your data.', noRecoveryTitle: 'No password recovery', From ee5687721cfe64afb020655ae8b244193ec4c432 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 1 Mar 2026 14:31:49 +0000 Subject: [PATCH 3/3] Re-deploy test --- core/messages/auth/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/messages/auth/en.ts b/core/messages/auth/en.ts index b15b8b28..44543c2d 100644 --- a/core/messages/auth/en.ts +++ b/core/messages/auth/en.ts @@ -35,7 +35,7 @@ export const authMessages = i18n('auth', { signingUp: 'Creating account…', signup: 'Create account on the server', signupTitle: 'Sign up', - start: 'Start local app', + start: 'RUN', startTitle: 'Start', toEmail: 'Email password to myself', userId: 'User ID',