Skip to content

Commit

Permalink
Note use of ! in feature flag page help bubble
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyroberts committed Jul 22, 2024
1 parent e6611c5 commit 909ebc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corehq/apps/toggle_ui/templates/toggle/edit_flag.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h4>
{% trans "Enabled toggle items" %}
{% if is_random %}
<span data-bind="makeHqHelp: {
description: '{% trans "Items added here will be enabled regardless of the randomness" %}'}"></span>
description: '{% trans "Items added here will be enabled regardless of the randomness (or disabled if preceded by `!`)" %}'}"></span>
{% endif %}
</h4>
<table class="table table-condensed"><!-- B5: add table-borderless and remove `border: none` inline styles on table cells -->
Expand Down

0 comments on commit 909ebc5

Please sign in to comment.