From 74881fac62e86ac19f4ea4fc9f2369566ae6ef37 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sat, 30 Apr 2016 10:29:03 +0800 Subject: [PATCH] search_results.html ammended --- src/templates/search_results.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/search_results.html b/src/templates/search_results.html index a3d9967..6a752d6 100644 --- a/src/templates/search_results.html +++ b/src/templates/search_results.html @@ -11,7 +11,7 @@ {{#has_key_images}} -

The search term matches key image found in the following transactions

+

The search term matches key image found in the following transaction

{{>tx_table_head}} @@ -28,7 +28,7 @@ {{#has_tx_public_keys}} -

The search term matches tx public key found in the following transactions

+

The search term matches tx public key of the following transaction

{{>tx_table_head}} @@ -45,7 +45,7 @@ {{#has_payments_id}} -

The search term matches payment id found in the following transactions

+

The search term matches payment id found in the following transaction(s)

{{>tx_table_head}} @@ -62,7 +62,7 @@ {{#has_output_public_keys}} -

The search term matches output public key found in the following transactions

+

The search term matches output public key found in the following transaction

{{>tx_table_head}}