From fe68c93a0b2c69b8514b49a2bd7c874a85248dd6 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Tue, 10 Sep 2019 15:44:09 +0530 Subject: [PATCH] commit id search --- server/i18n/de.json | 2 +- server/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",