Update DeveloperTools.tsx

This commit is contained in:
lin onetwo 2025-09-10 22:52:12 +08:00
parent 40fc7146a6
commit 49515f74a1

View file

@ -78,8 +78,8 @@ export function DeveloperTools(props: ISectionProps): React.JSX.Element {
<Divider />
<ListItem>
<ListItemText
primary={t('Preference.ExternalAPIDebug')}
secondary={t('Preference.ExternalAPIDebugDescription')}
primary={t('Preference.ExternalAPIDebug', { ns: 'agent' })}
secondary={t('Preference.ExternalAPIDebugDescription', { ns: 'agent' })}
/>
<Switch
edge='end'