forked from akanyan/STARTLINER
feat: onboarding i18n
This commit is contained in:
@ -139,11 +139,10 @@ const checkSegatoolsIni = async (target: string) => {
|
||||
</OptionRow>
|
||||
<OptionRow
|
||||
:title="names?.io"
|
||||
:tooltip="
|
||||
t('cfg.segatools.installTooltip', {
|
||||
:tooltip="`${t('cfg.segatools.ioModulesDesc')}
|
||||
${t('cfg.segatools.installTooltip', {
|
||||
thing: t('cfg.segatools.ioModules'),
|
||||
})
|
||||
"
|
||||
})}`"
|
||||
>
|
||||
<Select
|
||||
v-model="prf.current!.data.sgt.io2"
|
||||
|
Reference in New Issue
Block a user