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

Fixes typo (bellow -> below) #7449

Merged
merged 2 commits into from
May 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/7449.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix some typos in the notice_expiry templates.
2 changes: 1 addition & 1 deletion synapse/res/templates/notice_expiry.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion synapse/res/templates/notice_expiry.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}