Skip to content

Commit

Permalink
update support email address
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Sep 5, 2024
1 parent 2f9974f commit e3a8c21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div>
Please let us know about this at
<a
href="mailto:issues@languageforge.org?body=%sveltekit.error.message%&subject=Lexbox - Unexpected error">issues@languageforge.org</a>.
href="mailto:[email protected].org?body=%sveltekit.error.message%&subject=Lexbox - Unexpected error">[email protected].org</a>.
Include the error message, a screenshot of your browser and a summary of the steps that lead to the
error.
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/error/UnexpectedError.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<div>
{$t('errors.mail_us_at')}
<a class="link" href="mailto:issues@languageforge.org{$mailToParams}">issues@languageforge.org</a>.
<a class="link" href="mailto:[email protected].org{$mailToParams}">[email protected].org</a>.
{$t('errors.please_include')}
</div>

Expand Down

0 comments on commit e3a8c21

Please sign in to comment.