You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: special-pages/pages/history/app/strings.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,17 @@
4
4
"note": "Text shown where there are no remaining history entries"
5
5
},
6
6
"empty_text": {
7
-
"title": "Page visits will appear once you start browsing.",
7
+
"title": "No browsing history yet.",
8
8
"note": "Placeholder text when there's no results to show"
9
9
},
10
+
"no_results_title": {
11
+
"title": "No results found for {term}",
12
+
"note": "The placeholder {term} will be dynamically replaced with the search term entered by the user. For example, if the user searches for 'cats', the title will become 'No results found for cats'."
13
+
},
14
+
"no_results_text": {
15
+
"title": "Try searching for a different URL or keywords",
16
+
"note": "Placeholder text when a search gave no results."
17
+
},
10
18
"delete_all": {
11
19
"title": "Delete All",
12
20
"note": "Text for a button that deletes all items or entries. An additional confirmation dialog will be presented."
0 commit comments