diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json index 2fd79825..e5adcce1 100644 --- a/src/assets/locales/en.json +++ b/src/assets/locales/en.json @@ -6,7 +6,8 @@ "search": { "search-label": "Search", "search-placeholder": "Start typing to filter", - "clear-search-tooltip": "Clear Search" + "clear-search-tooltip": "Clear Search", + "enter-to-search-web": "Press enter to search the web" }, "login": { "title": "Dashy", diff --git a/src/components/Settings/SearchBar.vue b/src/components/Settings/SearchBar.vue index 8fbf4877..7979e3b3 100644 --- a/src/components/Settings/SearchBar.vue +++ b/src/components/Settings/SearchBar.vue @@ -1,13 +1,18 @@