diff --git a/server/i18n/de.json b/server/i18n/de.json index 688d95f..581a87f 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -61,7 +61,7 @@ "DAYS" : "Tage", "MONTHS" : "Monate", "WEEK" : "Woche", - "SEARCH_TEXT" : "Suche nach Hash oder Blockhöhe", + "SEARCH_TEXT" : "Suche nach Hash oder Blockhöhe oder Ausgabe-Commit-ID", "BLOCK_REWARD" : "Block Belohnung", "NOT_FOUND" : "Seite nicht gefunden", "NOT_FOUND1" : "Die von Ihnen gesuchte Seite wurde nicht gefunden", diff --git a/server/i18n/en.json b/server/i18n/en.json index d3f06d4..c5c53b6 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -61,7 +61,7 @@ "DAYS" : "days", "MONTHS" : "months", "WEEK" : "week", - "SEARCH_TEXT" : "Search by hash, or block height", + "SEARCH_TEXT" : "Search by hash, or block height or output commit id", "BLOCK_REWARD" : "Block Reward", "NOT_FOUND" : "Page Not Found", "NOT_FOUND1" : "Page you are looking for is not found",