Skip to content

Commit

Permalink
Merge pull request #891 from opencb/TASK-5946
Browse files Browse the repository at this point in the history
TASK-5946 - Columns section of Variant Browser settings displays escaped HTML content
  • Loading branch information
jmjuanes authored Apr 2, 2024
2 parents a120256 + 2a20f53 commit 34fdd21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ export default class VariantInterpreterGridConfig extends LitElement {
},
{
type: "text",
text: "Select the <span style='font-weight: bold'>columns</span> to be displayed",
text: "Select the columns to be displayed",
display: {
containerStyle: "margin: 20px 5px 5px 0px",
}
Expand Down

0 comments on commit 34fdd21

Please sign in to comment.