diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-07 09:31:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 09:31:06 -0400 |
commit | 9e0384dd3f4bdb86abcf977a5b08c8da79a805a4 (patch) | |
tree | 867c9f7b7650c2d6172904e768a9d60295442e4e /synapse/res/templates/notice_expiry.txt | |
parent | Add more type hints to SAML handler. (#7445) (diff) | |
download | synapse-9e0384dd3f4bdb86abcf977a5b08c8da79a805a4.tar.xz |
Fixes typo (bellow -> below) (#7449)
Diffstat (limited to 'synapse/res/templates/notice_expiry.txt')
-rw-r--r-- | synapse/res/templates/notice_expiry.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/res/templates/notice_expiry.txt b/synapse/res/templates/notice_expiry.txt index 41f1c4279c..4ec27e8831 100644 --- a/synapse/res/templates/notice_expiry.txt +++ b/synapse/res/templates/notice_expiry.txt @@ -2,6 +2,6 @@ Hi {{ display_name }}, Your account will expire on {{ expiration_ts|format_ts("%d-%m-%Y") }}. This means that you will lose access to your account after this date. -To extend the validity of your account, please click on the link bellow (or copy and paste it to a new browser tab): +To extend the validity of your account, please click on the link below (or copy and paste it to a new browser tab): {{ url }} |