Skip to content

Commit

Permalink
Merge branch 'erikj/fix_templates' into 'master'
Browse files Browse the repository at this point in the history
Fix typo in email templates

See merge request new-vector/sydent!11
  • Loading branch information
erikjohnston committed Apr 12, 2021
2 parents f467133 + 65a6e91 commit 23ced7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions res/matrix-org/invite_template.eml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pre, code {
padding: 20px;
}
#low-contrast {
.low-contrast {
color: #666666
}
Expand Down Expand Up @@ -102,7 +102,7 @@ pre, code {

<p>Hi,</p>

<p>%(sender_display_name_forhtml)s <span class="low-contrast">%(bracketed_verified_sender_for_html)s</span> has invited you into a room %(bracketed_room_name_forhtml)s on
<p>%(sender_display_name_forhtml)s <span class="low-contrast">%(bracketed_verified_sender_forhtml)s</span> has invited you into a room %(bracketed_room_name_forhtml)s on
Matrix. To join the conversation, either <a href="https://matrix.org/docs/projects/try-matrix-now.html">pick a Matrix client</a> or use the single-click
link below to join via Element (requires
<a href="https://www.google.com/chrome">Chrome</a>,
Expand Down
4 changes: 2 additions & 2 deletions res/vector-im/invite_template.eml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pre, code {
padding: 20px;
}
#low-contrast {
.low-contrast {
color: #666666
}
Expand Down Expand Up @@ -123,7 +123,7 @@ pre, code {

<p>Hi,</p>

<p>%(sender_display_name_forhtml)s <span class="low-contrast">%(bracketed_verified_sender_for_html)s</span> has invited you into a
<p>%(sender_display_name_forhtml)s <span class="low-contrast">%(bracketed_verified_sender_forhtml)s</span> has invited you into a
room %(bracketed_room_name_forhtml)s on Element.</p>

<p>
Expand Down

0 comments on commit 23ced7c

Please sign in to comment.