Skip to content

Commit af1d180

Browse files
committed
fix: add missing no_results translation to common namespace
1 parent 8318d3e commit af1d180

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webview-ui/src/i18n/locales/en/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"billion_suffix": "b"
2121
},
2222
"ui": {
23-
"search_placeholder": "Search..."
23+
"search_placeholder": "Search...",
24+
"no_results": "No results found"
2425
},
2526
"mermaid": {
2627
"loading": "Generating mermaid diagram...",

0 commit comments

Comments
 (0)