fix: i18n key of ready_desc

This commit is contained in:
gaoxiao6331
2025-02-16 23:11:09 +08:00
committed by LinkinStars
parent aed17ac521
commit 0f47283e52
@@ -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.