add back button

This commit is contained in:
proddy
2024-07-21 19:13:54 +02:00
parent 152b7bdee2
commit d0976cd660
4 changed files with 52 additions and 28 deletions

View File

@@ -47,7 +47,7 @@ import RestartMonitor from './RestartMonitor';
const SystemStatus: FC = () => {
const { LL } = useI18nContext();
useLayoutTitle(LL.STATUS_OF(''));
useLayoutTitle(LL.SYSTEM(0));
const { me } = useContext(AuthenticatedContext);