Skip to content

Commit 5263852

Browse files
authored
Merge pull request #18 from OmenApps/patch-1
Updated to improve the message returned.
2 parents 951ba67 + 724e74d commit 5263852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_numeric_filter/templates/admin/filter_numeric_slider.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3>{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktran
2828
{% else %}
2929
<div class="admin-numeric-filter-slider-error">
3030
<p>
31-
{% trans 'No enough data.' %}
31+
{% trans 'Not enough data.' %}
3232
</p>
3333
</div><!-- /.admin-numeric-filter-slider-error -->
3434
{% endif %}

0 commit comments

Comments
 (0)