diff options
Diffstat (limited to 'messages/en-gb.json')
-rw-r--r-- | messages/en-gb.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/messages/en-gb.json b/messages/en-gb.json index d23659b..6a11665 100644 --- a/messages/en-gb.json +++ b/messages/en-gb.json @@ -93,7 +93,15 @@ } ], "no_results_title": "No results", - "no_results_body": "No results have been found for the station *{stationName}*.\nPlease try again.", + "no_results_body": [ + { + "declarations": ["input stationName"], + "selectors": ["stationName"], + "match": { + "*": "No results have been found for the station *{stationName}*.\nPlease try again." + } + } + ], "welcome_title": "No Station", "welcome_body_1": "Please input a station in the search field above and select a search result.", "welcome_examples": "Examples:", |