Skip to content

Commit

Permalink
fix(ui5-input): use translated text (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
pskelin authored and vladitasev committed Sep 25, 2019
1 parent bc00f1f commit 1e9a4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ class Input extends UI5Element {
}

get suggestionsText() {
return INPUT_SUGGESTIONS.defaultText;
return this.i18nBundle.getText(INPUT_SUGGESTIONS);
}

static async define(...params) {
Expand Down

0 comments on commit 1e9a4e6

Please sign in to comment.