Skip to content

Commit

Permalink
fix: wording of custom date filter tag text (#5170)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart authored Nov 21, 2024
1 parent c7f3108 commit 6439602
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default {
"components.filter-dimension-set-date-text-value.textMonths": "Last {num} months",
"components.filter-dimension-set-date-time-range-value.label": "{text}, expand to choose dates",
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} to {endValue}",
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Start Date: {startValue}",
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "End Date: {endValue}",
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Before {endValue}",
"components.filter-dimension-set-date-time-range-value.text": "Custom date range",
"components.form-element.defaultError": "{label} is invalid",
"components.form-element.defaultFieldLabel": "Field",
Expand Down

0 comments on commit 6439602

Please sign in to comment.