mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-02-02 15:21:37 +00:00
Include forgotten translation
This commit is contained in:
parent
a8e2b43952
commit
117e85a967
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export class ErrorPage extends Component<any, any> {
|
||||||
<a href="https://matrix.to/#/#lemmy-space:matrix.org">#</a>#
|
<a href="https://matrix.to/#/#lemmy-space:matrix.org">#</a>#
|
||||||
</T>
|
</T>
|
||||||
) : (
|
) : (
|
||||||
"The page you are looking for does not exist."
|
i18n.t("not_found_page_message")
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
{!errorPageData && (
|
{!errorPageData && (
|
||||||
|
|
Loading…
Reference in a new issue