diff options
author | zsloan | 2024-07-20 15:51:04 +0000 |
---|---|---|
committer | zsloan | 2024-07-20 15:51:04 +0000 |
commit | 01990c9361a5f413cd38fb3ac5403ad274fd0c29 (patch) | |
tree | 31787feb024f1564eface7571bdc3b67d95b3aad /gn2 | |
parent | c50adaf6661d637dd7a6d6f14176b8615adf1f95 (diff) | |
download | genenetwork2-01990c9361a5f413cd38fb3ac5403ad274fd0c29.tar.gz |
Change text for Block filtering options to Filter to more accurately reflect their current use
Diffstat (limited to 'gn2')
-rw-r--r-- | gn2/wqflask/templates/show_trait_transform_and_filter.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/show_trait_transform_and_filter.html b/gn2/wqflask/templates/show_trait_transform_and_filter.html index e61e1248..8a7cd8a5 100644 --- a/gn2/wqflask/templates/show_trait_transform_and_filter.html +++ b/gn2/wqflask/templates/show_trait_transform_and_filter.html @@ -5,7 +5,7 @@ needed. </p> <div id="blockMenuSpan" class="input-append block-div"> - <label for="remove_samples_field">Block samples by index:</label> + <label for="remove_samples_field">Filter samples by index:</label> <input type="text" id="remove_samples_field" placeholder="Example: 3, 5-10, 12"> <select id="block_group" size="1"> <option value="primary"> @@ -23,7 +23,7 @@ </div> {% if categorical_attr_exists == "true" %} <div class="input-append block-div-2"> - <label for="exclude_column">Block samples by group:</label> + <label for="exclude_column">Filter samples by group:</label> <select id="exclude_column" size=1> {% for attribute in sample_groups[0].attributes %} {% if sample_groups[0].attributes[attribute].distinct_values|length <= 500 and sample_groups[0].attributes[attribute].distinct_values|length > 1 %} |