mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 15:10:31 -08:00
Update DeveloperTools.tsx
This commit is contained in:
parent
40fc7146a6
commit
49515f74a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue