diff --git a/packages/datagateway-search/public/res/default.json b/packages/datagateway-search/public/res/default.json
index 5bef7c313..6ea10aefc 100644
--- a/packages/datagateway-search/public/res/default.json
+++ b/packages/datagateway-search/public/res/default.json
@@ -363,12 +363,12 @@
"link4": "?searchText=scatter*"
},
"special_characters": {
- "title": "Using wildcards",
+ "title": "Special characters",
"description": "In addition to whitespace, there are other characters used to split terms based on context. A . character is treated as a separator only when between a mixture of letters and numbers, but is preserved when in-between two letters or two numbers. - is always treated as a separator. This can make searching for file extension difficult, as a searching for <9>1234.dat9> will match any result containing the term 1234 or dat, but not for example abcd.dat as that is treated as one single term.
When building a phrase, special characters in the phrase will not perform their special function and instead are treated as white space. This can be a useful way of effectively ignoring slashes in a file path, but will also prevent wildcards from working.",
"link1": "?searchText=1234.dat"
},
"fields": {
- "title": "Using wildcards",
+ "title": "Fields",
"description": "By default, terms are applied to several fields of the metadata. However more specific searches are possible based on the list of supported fields below (note that not all fields will always have a value and the fields differ between entities). For example, to find results that mention calibration in their summary but not their title, search for <16>summary:calibration -title:calibration16>
Investigation<22><0>title0><1>summary1><2>name2><3>type.name3><4>visitId4><5>facility.name5><6>doi 6>22>Dataset<24><0>name0><1>description1><2>type.name2><3>visitId3><4>sample.name4><5>sample.type.name5><6>doi 6>24>Datafile<26><0>name0><1>description1><2>location2><3>datafileFormat.name3><4>visitId4><5>sample.name5><6>sample.type.name6><7>doi 7>26>",
"link1": "?searchText=summary%3Acalibration+-title%3Acalibration"
},