mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Fixed: Table option helptext from "isVisible" to "visible"
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
812af82fae
commit
2667d3ac21
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class TableOptionsModal extends Component {
|
|||
|
||||
<div>
|
||||
<FormInputHelpText
|
||||
text="Choose which columns are isVisible and which order they appear in"
|
||||
text="Choose which columns are visible and which order they appear in"
|
||||
/>
|
||||
|
||||
<div className={styles.columns}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue