mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 12:51:59 +00:00
Some better namespaced text.
This commit is contained in:
@@ -10,8 +10,8 @@ export default function RemoteDebuggingSettings() {
|
||||
|
||||
return (
|
||||
<Field
|
||||
label={t('remote_cef_label')}
|
||||
description={<span style={{ whiteSpace: 'pre-line' }}>{t('remote_cef_desc')}</span>}
|
||||
label={t('remote_cef.label')}
|
||||
description={<span style={{ whiteSpace: 'pre-line' }}>{t('remote_cef.desc')}</span>}
|
||||
icon={<FaBug style={{ display: 'block' }} />}
|
||||
>
|
||||
<Toggle
|
||||
|
||||
Reference in New Issue
Block a user