Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve passcode email text #1170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions backend/mail/locales/passcode.en.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
login_text:
description: "The sign in content of the text email."
other: "Enter the following passcode on your login screen:"
other: "Enter the following passcode to verify your identity:"
ttl_text:
description: "The length how long the passcode is valid."
other: "The passcode is valid for {{ .TTL }} minutes."
email_subject_login:
description: ""
other: "Use passcode {{ .Code }} to sign in to {{ .ServiceName }}"
other: "{{ .Code }} is your passcode for {{ .ServiceName }}"