We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4ffbe commit c49dcfaCopy full SHA for c49dcfa
packages/components/src/components/hds/filter-bar/range.hbs
@@ -24,7 +24,7 @@
24
@id={{this._valueInputId}}
25
@type="text"
26
@value={{this.stringValue}}
27
- placeholder="Enter a number"
+ placeholder={{hds-t "hds.components.filter-bar.range.value-input.placeholder" default="Enter a value"}}
28
{{on "change" this.onValueChange}}
29
/>
30
</Hds::Layout::Flex>
packages/components/translations/hds/components/filter-bar/range/en-us.yaml
@@ -6,3 +6,5 @@ selector-input:
6
equal-to: Equal to (=)
7
greater-than-or-equal-to: Greater than or equal to (≥)
8
greater-than: Greater than (>)
9
+value-input:
10
+ placeholder: Enter a value
0 commit comments