diff --git a/core/messages/auth/en.ts b/core/messages/auth/en.ts index 447b579b..44543c2d 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 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', @@ -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',