diff --git a/i18n/en.json b/i18n/en.json index 32d16ca..b19b351 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -30,6 +30,7 @@ "vector-jumptocontent": "Jump to content", "vector-more-actions": "More", "vector-search-loader": "Loading search suggestions", + "vector-searchsuggest-containing": "Search for pages containing $1", "vector-intro-page": "Help:Introduction", "vector-anon-user-menu-pages": "Pages for logged out editors", "vector-anon-user-menu-pages-learn": "learn more", diff --git a/i18n/qqq.json b/i18n/qqq.json index 417ae41..f82e0d9 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -39,6 +39,7 @@ "vector-view-viewsource": "Tab label in the Vector skin.\n{{Identical|View source}}", "vector-jumptonavigation": "Accessibility link for jumping to the navigation links. Visually hidden by default.\n\nSee also\n* {{msg-mw|Navigation}}", "vector-jumptosearch": "Accessibility link for jumping to the site search. Visually hidden by default.\n\nSee also\n* {{msg-mw|Search}}", + "vector-searchsuggest-containing": "Label used in the special item of the search suggestions list which gives the user an option to perform a full text search for the term. Used in the WVUI typeahead search component.", "vector-jumptocontent": "Accessibility link for jumping to the content and skipping the navigation. Visually hidden by default.", "vector-more-actions": "Label in the Vector skin's menu for the less-important or rarer actions which are not shown as tabs (like moving the page, or for sysops deleting or protecting the page), as well as (for users with a narrow viewing window in their browser) the less-important tab actions which the user's browser is unable to fit in. {{Identical|More}}", "vector-search-loader": "Text to display below search input while the search suggestion module is loading", diff --git a/resources/skins.vector.search/App.vue b/resources/skins.vector.search/App.vue index 61301fe..cbd3af2 100644 --- a/resources/skins.vector.search/App.vue +++ b/resources/skins.vector.search/App.vue @@ -4,7 +4,6 @@ ref="searchForm" :client="getClient" :domain="domain" - :footer-search-text="$i18n( 'searchsuggest-containing' ).text()" :suggestions-label="$i18n( 'searchresults' ).text()" :accesskey="searchAccessKey" :title="searchTitle" @@ -23,14 +22,19 @@ @suggestion-click="instrumentation.onSuggestionClick" @submit="onSubmit" > - - + + diff --git a/skin.json b/skin.json index 8e1c1c7..a6138ce 100644 --- a/skin.json +++ b/skin.json @@ -106,7 +106,7 @@ "messages": [ "searchbutton", "searchresults", - "searchsuggest-containing" + "vector-searchsuggest-containing" ] }, "skins.vector.styles.legacy": {