Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 9e0384d

Browse files
authored
Fixes typo (bellow -> below) (#7449)
1 parent 2224691 commit 9e0384d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.d/7449.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix some typos in the notice_expiry templates.

synapse/res/templates/notice_expiry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr>
3131
<td colspan="2">
3232
<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>
33-
<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>
33+
<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>
3434
<div class="noticetext"><a href="{{ url }}">{{ url }}</a></div>
3535
</td>
3636
</tr>

synapse/res/templates/notice_expiry.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Hi {{ display_name }},
22

33
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.
44

5-
To extend the validity of your account, please click on the link bellow (or copy and paste it to a new browser tab):
5+
To extend the validity of your account, please click on the link below (or copy and paste it to a new browser tab):
66

77
{{ url }}

0 commit comments

Comments
 (0)