Skip to content
Snippets Groups Projects
Unverified Commit 9e0384dd authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Fixes typo (bellow -> below) (#7449)

parent 22246919
No related branches found
No related tags found
No related merge requests found
Fix some typos in the notice_expiry templates.
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<tr> <tr>
<td colspan="2"> <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">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> <div class="noticetext"><a href="{{ url }}">{{ url }}</a></div>
</td> </td>
</tr> </tr>
......
...@@ -2,6 +2,6 @@ Hi {{ display_name }}, ...@@ -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. 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 }} {{ url }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment