HELP_OF to HELP

This commit is contained in:
proddy
2024-08-30 11:07:44 +02:00
parent 666f5626ea
commit 79ae51fbe5
11 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ import type { APIcall } from './types';
const Help = () => {
const { LL } = useI18nContext();
useLayoutTitle(LL.HELP_OF(''));
useLayoutTitle(LL.HELP());
const { send: getAPI } = useRequest((data: APIcall) => API(data), {
immediate: false