mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -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>
|
<div>
|
||||||
<FormInputHelpText
|
<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}>
|
<div className={styles.columns}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue