Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/messages/auth/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down