Skip to content

Commit d9d6a22

Browse files
committed
Merge branch 'piyd/3741enh' into staging
2 parents 2e6e8ad + f24f94e commit d9d6a22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

studio/schemas/textSnippets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ const snippets: textSnippet = {
900900
},
901901
search_page_title: {
902902
title: 'Search page title',
903-
defaultValue: 'Search page title',
903+
defaultValue: 'Search',
904904
group: groups.search,
905905
},
906906
last_modified: {
@@ -920,7 +920,7 @@ const snippets: textSnippet = {
920920
},
921921
serverErrorTitle: {
922922
title: 'Server error title',
923-
defaultValue: 'Some error occurred',
923+
defaultValue: 'Something has happened',
924924
group: groups.error,
925925
},
926926
serverErrorSubtitle: {

0 commit comments

Comments
 (0)