diff options
author | Sashi20 | 2020-10-23 12:15:40 +0530 |
---|---|---|
committer | Sashi20 | 2020-10-23 12:15:40 +0530 |
commit | 705c02089c6c4475d17889e229939f07880c4b39 (patch) | |
tree | 7e4b051b6d8128a340c084f7914d89ab90471cf2 /textbook_companion.module | |
parent | 4a1112c54ebbef6733f882b5bc825406c3f39c83 (diff) | |
download | r_textbook_companion-705c02089c6c4475d17889e229939f07880c4b39.tar.gz r_textbook_companion-705c02089c6c4475d17889e229939f07880c4b39.tar.bz2 r_textbook_companion-705c02089c6c4475d17889e229939f07880c4b39.zip |
Update version field in proposal form
Diffstat (limited to 'textbook_companion.module')
-rwxr-xr-x | textbook_companion.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textbook_companion.module b/textbook_companion.module index 0334f21..3b81b5d 100755 --- a/textbook_companion.module +++ b/textbook_companion.module @@ -1390,7 +1390,7 @@ function book_proposal_form($form, &$form_state) '#states' => array( 'visible' => array( ':input[name="version"]' => array( - 'value' => 'Other version' + 'value' => 'Others' ) ) ) |