We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243ce51 commit b4b8237Copy full SHA for b4b8237
variantgrid/static_files/default_static/js/vc_keys.js
@@ -177,7 +177,7 @@ let EKey = (function() {
177
element.text(val);
178
element.addClass('override');
179
if (!element.attr('title')) {
180
- element.attr('title', 'Using an override strength for this ACMG criterion');
+ element.attr('title', 'Using an override strength for this criterion');
181
}
182
} else if (this.value_type === 'T') {
183
this.safeHtml(val, element);
0 commit comments