Skip to content

Commit d6668bc

Browse files
authored
fix: use i18nbundle instead of resource bundle (#757)
1 parent 2c16445 commit d6668bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/Tokenizer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Tokenizer extends UI5Element {
106106

107107
setTimeout(() => {
108108
// wait for the layouting and update the text
109-
this._nMoreText = this.resourceBundle.getText(MULTIINPUT_SHOW_MORE_TOKENS, [this.overflownTokensCount]);
109+
this._nMoreText = this.getI18nBundle.getText(MULTIINPUT_SHOW_MORE_TOKENS, [this.overflownTokensCount]);
110110
}, 0);
111111
}
112112

0 commit comments

Comments
 (0)