diff --git a/ui/src/pages/Admin/Dashboard/components/HealthStatus/index.tsx b/ui/src/pages/Admin/Dashboard/components/HealthStatus/index.tsx index fd511ca1..2193df17 100644 --- a/ui/src/pages/Admin/Dashboard/components/HealthStatus/index.tsx +++ b/ui/src/pages/Admin/Dashboard/components/HealthStatus/index.tsx @@ -22,17 +22,36 @@ const HealthStatus: FC = ({ data }) => { {t('version')} {version} {isLatest && ( - + {t('latest')} )} {!isLatest && remote_version && ( - + {t('update_to')} {remote_version} )} {!isLatest && !remote_version && ( - + {t('check_failed')} )} diff --git a/ui/src/pages/Search/components/Head/index.tsx b/ui/src/pages/Search/components/Head/index.tsx index 45906e05..260ecc65 100644 --- a/ui/src/pages/Search/components/Head/index.tsx +++ b/ui/src/pages/Search/components/Head/index.tsx @@ -36,7 +36,7 @@ const Index: FC = ({ data }) => {

{t('title')}

- {t('keywords')} + {t('keywords')} {q?.replace(reg, '')}
{options?.length && (