Skip to content

Commit

Permalink
s/Twitter/Mastodon/ on 500 error page
Browse files Browse the repository at this point in the history
  • Loading branch information
Boldewyn committed Feb 25, 2024
1 parent ab13b89 commit 568eb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codepoints.net/views/500.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<main class="main main--500">
<h1><?=q($title)?></h1>
<p><?=q($page_description ?? '')?></p>
<p><?=sprintf(_q('If this problem persists, please tell us on %sTwitter%s or via %se-mail%s.'),
'<a href="https://twitter.com/CodepointsNet">',
<p><?=sprintf(_q('If this problem persists, please tell us on %sMastodon%s or via %se-mail%s.'),
'<a href="https://typo.social/@codepoints">',
'</a>',
'<a href="https://manuel-strehl.de/contact">',
'</a>',
Expand Down

0 comments on commit 568eb80

Please sign in to comment.