From b4e6211703031ccc616558f34d115218cf164a55 Mon Sep 17 00:00:00 2001 From: Ariel Juodziukynas Date: Sun, 11 Aug 2024 20:39:13 -0300 Subject: [PATCH] Set i18n prop just in case --- .../Library/components/InstallModal/SideloadDialog/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/screens/Library/components/InstallModal/SideloadDialog/index.tsx b/src/frontend/screens/Library/components/InstallModal/SideloadDialog/index.tsx index 32d59ab431..ee96ee7ff9 100644 --- a/src/frontend/screens/Library/components/InstallModal/SideloadDialog/index.tsx +++ b/src/frontend/screens/Library/components/InstallModal/SideloadDialog/index.tsx @@ -49,7 +49,7 @@ export default function SideloadDialog({ children, appName }: Props) { - const { t } = useTranslation('gamepage') + const { t, i18n } = useTranslation('gamepage') const [title, setTitle] = useState(t('sideload.field.title', 'Title')) const [selectedExe, setSelectedExe] = useState('') const [gameUrl, setGameUrl] = useState('') @@ -298,7 +298,7 @@ export default function SideloadDialog({ )} >
- + Do NOT use this feature for that.
Instead, log into the store,