Skip to content

Commit

Permalink
docs: clarify frozen rule description (#19351)
Browse files Browse the repository at this point in the history
* docs: clarify frozen rule description

* update readme about frozen rules

* Revert "update readme about frozen rules"

This reverts commit 107d790.

* Remove link from banner
  • Loading branch information
rakleed authored Jan 24, 2025
1 parent 797ee7c commit 044f93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/_includes/components/rule-categories.macro.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="rule-category">
<span class="rule-category__icon">❄️ <span class="visually-hidden">Frozen</span></span>
<p class="rule-category__description">
This rule is currently frozen and is not accepting changes.
This rule is currently frozen and is not accepting feature requests.
</p>
</div>
{%- endif -%}
Expand Down Expand Up @@ -70,7 +70,7 @@
<div class="rule-category">
<span class="rule-category__icon">❄️ <span class="visually-hidden">Frozen</span></span>
<p class="rule-category__description">
if the rule is currently frozen and not accepting changes.
if the rule is currently frozen and not accepting feature requests.
</p>
</div>
{%- endmacro -%}

0 comments on commit 044f93c

Please sign in to comment.