This is an automated email from the ASF dual-hosted git repository. linkinstar pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/answer.git
commit ae13d68764fe5fbec3754aaa58875dafe59da5b7 Author: gaoxiao6331 <[email protected]> AuthorDate: Sun Feb 16 23:11:09 2025 +0800 fix: i18n key of ready_desc --- ui/src/pages/Install/components/FifthStep/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/pages/Install/components/FifthStep/index.tsx b/ui/src/pages/Install/components/FifthStep/index.tsx index 7a9061f9..f511e8d3 100644 --- a/ui/src/pages/Install/components/FifthStep/index.tsx +++ b/ui/src/pages/Install/components/FifthStep/index.tsx @@ -35,7 +35,7 @@ const Index: FC<Props> = ({ visible, siteUrl = '' }) => { <div> <h5>{t('ready_title')}</h5> <p> - <Trans i18nKey="install.ready_description"> + <Trans i18nKey="install.ready_desc"> If you ever feel like changing more settings, visit <a href={`${siteUrl}/users/login`}> admin section</a>; find it in the site menu.
