Skip to content

Commit

Permalink
fix: improve passcode email text
Browse files Browse the repository at this point in the history
  • Loading branch information
FlxMgdnz committed Nov 6, 2023
1 parent 921ea7d commit 7b17f72
Showing 1 changed file with 2 additions and 2 deletions.
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 }}"

0 comments on commit 7b17f72

Please sign in to comment.