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,