mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 16:21:31 -05:00
Fixes typo (bellow -> below) (#7449)
This commit is contained in:
parent
22246919e3
commit
9e0384dd3f
1
changelog.d/7449.misc
Normal file
1
changelog.d/7449.misc
Normal file
@ -0,0 +1 @@
|
||||
Fix some typos in the notice_expiry templates.
|
@ -30,7 +30,7 @@
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<div class="noticetext">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.</div>
|
||||
<div class="noticetext">To extend the validity of your account, please click on the link bellow (or copy and paste it into a new browser tab):</div>
|
||||
<div class="noticetext">To extend the validity of your account, please click on the link below (or copy and paste it into a new browser tab):</div>
|
||||
<div class="noticetext"><a href="{{ url }}">{{ url }}</a></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user