We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c16445 commit d6668bcCopy full SHA for d6668bc
packages/main/src/Tokenizer.js
@@ -106,7 +106,7 @@ class Tokenizer extends UI5Element {
106
107
setTimeout(() => {
108
// wait for the layouting and update the text
109
- this._nMoreText = this.resourceBundle.getText(MULTIINPUT_SHOW_MORE_TOKENS, [this.overflownTokensCount]);
+ this._nMoreText = this.getI18nBundle.getText(MULTIINPUT_SHOW_MORE_TOKENS, [this.overflownTokensCount]);
110
}, 0);
111
}
112
0 commit comments