Skip to content

Commit c49dcfa

Browse files
committed
Chore: Update value input placeholder text
1 parent 6b4ffbe commit c49dcfa

File tree

2 files changed

+3
-1
lines changed
  • packages/components

2 files changed

+3
-1
lines changed

packages/components/src/components/hds/filter-bar/range.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@id={{this._valueInputId}}
2525
@type="text"
2626
@value={{this.stringValue}}
27-
placeholder="Enter a number"
27+
placeholder={{hds-t "hds.components.filter-bar.range.value-input.placeholder" default="Enter a value"}}
2828
{{on "change" this.onValueChange}}
2929
/>
3030
</Hds::Layout::Flex>

packages/components/translations/hds/components/filter-bar/range/en-us.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ selector-input:
66
equal-to: Equal to (=)
77
greater-than-or-equal-to: Greater than or equal to (≥)
88
greater-than: Greater than (>)
9+
value-input:
10+
placeholder: Enter a value

0 commit comments

Comments
 (0)