Skip to content

Commit 1e9a4e6

Browse files
pskelinvladitasev
authored andcommitted
fix(ui5-input): use translated text (#783)
1 parent bc00f1f commit 1e9a4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/Input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ class Input extends UI5Element {
619619
}
620620

621621
get suggestionsText() {
622-
return INPUT_SUGGESTIONS.defaultText;
622+
return this.i18nBundle.getText(INPUT_SUGGESTIONS);
623623
}
624624

625625
static async define(...params) {

0 commit comments

Comments
 (0)