There was an error while loading. Please reload this page.
2 parents 2e6e8ad + f24f94e commit d9d6a22Copy full SHA for d9d6a22
1 file changed
studio/schemas/textSnippets.ts
@@ -900,7 +900,7 @@ const snippets: textSnippet = {
900
},
901
search_page_title: {
902
title: 'Search page title',
903
- defaultValue: 'Search page title',
+ defaultValue: 'Search',
904
group: groups.search,
905
906
last_modified: {
@@ -920,7 +920,7 @@ const snippets: textSnippet = {
920
921
serverErrorTitle: {
922
title: 'Server error title',
923
- defaultValue: 'Some error occurred',
+ defaultValue: 'Something has happened',
924
group: groups.error,
925
926
serverErrorSubtitle: {
0 commit comments