mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add i18n with ttag
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import {Result} from "antd";
|
||||
import React from "react";
|
||||
import { t } from 'ttag'
|
||||
|
||||
|
||||
export default function NotFoundPage() {
|
||||
return <Result
|
||||
status="404"
|
||||
title="404"
|
||||
subTitle="Sorry, the page you visited does not exist."
|
||||
subTitle={t`Sorry, the page you visited does not exist.`}
|
||||
/>
|
||||
}
|
||||
Reference in New Issue
Block a user