Update class-tainacan-numeric-list-interval.php
This commit is contained in:
parent
43dd69e7df
commit
90f2af0d39
|
@ -47,7 +47,7 @@ class Numeric_List_Interval extends Filter_Type {
|
||||||
return [
|
return [
|
||||||
'intervals' => [
|
'intervals' => [
|
||||||
'title' => __('Predefined intervals','tainacan'),
|
'title' => __('Predefined intervals','tainacan'),
|
||||||
'description' => __('A list of predefined intervals that the filter will offer on a select box.','tainacan')
|
'description' => __('A list of predefined intervals that the filter will offer on a selection box.','tainacan')
|
||||||
],
|
],
|
||||||
'showIntervalOnTag' => [
|
'showIntervalOnTag' => [
|
||||||
'title' => __('Interval on tags', 'tainacan'),
|
'title' => __('Interval on tags', 'tainacan'),
|
||||||
|
|
Loading…
Reference in New Issue