We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 },
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
The text was updated successfully, but these errors were encountered:
Reminder to fix labels { name: 'lastUsed', label: 'Last Used', },
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: