diff --git a/packages/main/src/Tokenizer.ts b/packages/main/src/Tokenizer.ts
index a7d43780d5cf..3d962af54ea9 100644
--- a/packages/main/src/Tokenizer.ts
+++ b/packages/main/src/Tokenizer.ts
@@ -1214,7 +1214,7 @@ class Tokenizer extends UI5Element implements IFormInputElement {
}
if (this._getVisibleTokens().length) {
- return Tokenizer.i18nBundle.getText(MULTIINPUT_SHOW_MORE_TOKENS, this._nMoreCount);
+ return Tokenizer.i18nBundle.getText("{0} moree", this._nMoreCount);
}
return Tokenizer.i18nBundle.getText(TOKENIZER_SHOW_ALL_ITEMS, this._nMoreCount);
diff --git a/packages/main/test/pages/MultiComboBox.html b/packages/main/test/pages/MultiComboBox.html
index 226b7ec7f48e..b80c81bd48bd 100644
--- a/packages/main/test/pages/MultiComboBox.html
+++ b/packages/main/test/pages/MultiComboBox.html
@@ -65,12 +65,12 @@
Predefined value
-
-
+
+
-
-
+
+
diff --git a/packages/main/test/pages/MultiInput.html b/packages/main/test/pages/MultiInput.html
index 17f8775b5bfb..94f5ebcbaecc 100644
--- a/packages/main/test/pages/MultiInput.html
+++ b/packages/main/test/pages/MultiInput.html
@@ -62,18 +62,11 @@ Readonly Multi Input with tokens
Multi Input with 11 tokens (overflowing)
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
diff --git a/packages/main/test/pages/Tokenizer.html b/packages/main/test/pages/Tokenizer.html
index 2ad277d93df5..b5b1b3aa4fbf 100644
--- a/packages/main/test/pages/Tokenizer.html
+++ b/packages/main/test/pages/Tokenizer.html
@@ -31,11 +31,10 @@ Expanded tokenizer
Only nItems tokenizer
Tokenizer with 2 items
-
-
+
+
Tokenizer with n-more items