Index: src/js/_enqueues/vendor/tinymce/plugins/wplink/plugin.js
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/js/_enqueues/vendor/tinymce/plugins/wplink/plugin.js	(revision 46750)
+++ src/js/_enqueues/vendor/tinymce/plugins/wplink/plugin.js	(date 1574210038433)
@@ -461,7 +461,7 @@
 							results: function( number ) {
 								if ( typeof window.uiAutocompleteL10n !== 'undefined' ) {
 									if ( number > 1 ) {
-										return window.uiAutocompleteL10n.manyResults.replace( '%d', number );
+										return window.uiAutocompleteL10n.manyResults;
 									}
 
 									return window.uiAutocompleteL10n.oneResult;
