- Failing to detect Div Text


Line break makes no difference
<div className={styles.summary}>
Manage author, profile, restriction, and notification tags
</div>
and
<div className={styles.summary}>Manage author, profile, restriction, and notification tags</div>
{
name: 'trigger',
label: '',
isVisible: true
},
{
name: 'commandName',
label: 'Name',
isVisible: true
},
- Unneeded reformatting

Need to make cleanup case insensitive
translate
label: translate('TimeLeft'),
en.json
"Timeleft": "Time Left",
Fixed by #5
appears to not like Settings/Settings.js?
<Link
className={styles.link}
to="/settings/profiles"
>
{translate('Profiles')}
</Link>
yet

Line break makes no difference
and
https://github.com/Readarr/Readarr/blob/develop/frontend/src/System/Tasks/Queued/QueuedTasks.js
Need to make cleanup case insensitive
translate
label: translate('TimeLeft'),
en.json
"Timeleft": "Time Left",
Fixed by #5
appears to not like Settings/Settings.js?
yet