}
{ this.showSuggestions && suggestionsList.call(this) }
diff --git a/packages/main/src/i18n/messagebundle.properties b/packages/main/src/i18n/messagebundle.properties
index a604970dcb00..2ac9844cab6e 100644
--- a/packages/main/src/i18n/messagebundle.properties
+++ b/packages/main/src/i18n/messagebundle.properties
@@ -420,6 +420,9 @@ MULTIINPUT_VALUE_HELP_LABEL=Show Value Help
#XACT: ARIA announcement for value help
MULTIINPUT_VALUE_HELP=Value help available
+#XACT: ARIA announcement for value help
+MULTIINPUT_FILTER_BUTTON_LABEL=Show selected tokens
+
#XTOL: Tooltip for panel expand title
PANEL_ICON=Expand/Collapse
diff --git a/packages/main/src/themes/Suggestions.css b/packages/main/src/themes/Suggestions.css
index 8fda66053477..655e16750cf0 100644
--- a/packages/main/src/themes/Suggestions.css
+++ b/packages/main/src/themes/Suggestions.css
@@ -21,4 +21,8 @@
.native-input-wrapper .ui5-input-inner-phone {
margin: 0;
+}
+
+.native-input-wrapper .ui5-multi-input-mobile-dialog-button {
+ margin-inline-start: 0.5rem;
}
\ No newline at end of file