mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 04:22:01 +00:00
First iteration for internationalization of the loader
This commit is contained in:
@@ -11,11 +11,7 @@ export default function RemoteDebuggingSettings() {
|
||||
return (
|
||||
<Field
|
||||
label={t('remote_cef_label')}
|
||||
description={
|
||||
<span style={{ whiteSpace: 'pre-line' }}>
|
||||
{t('remote_cef_desc')}
|
||||
</span>
|
||||
}
|
||||
description={<span style={{ whiteSpace: 'pre-line' }}>{t('remote_cef_desc')}</span>}
|
||||
icon={<FaBug style={{ display: 'block' }} />}
|
||||
>
|
||||
<Toggle
|
||||
|
||||
Reference in New Issue
Block a user