From 09d6cf6ae1fe2d731054601ea9737673d3d992b8 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 3 Feb 2025 11:50:42 +0100 Subject: [PATCH] Improve the warning texts --- src/frontend/src/lib/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/lib/i18n/en.json b/src/frontend/src/lib/i18n/en.json index af585e9951..873fac27a3 100644 --- a/src/frontend/src/lib/i18n/en.json +++ b/src/frontend/src/lib/i18n/en.json @@ -932,8 +932,8 @@ "btc_transactions": "BTC transaction information is obtained from central third parties and should be independently verified." }, "warning": { - "no_index_canister": "Transaction for $token_list can not be displayed. No Index canister.", - "unavailable_index_canister": "Transaction for $token_list can not be displayed. Index canister is currently not available." + "no_index_canister": "Transactions for $token_list can not be displayed. No Index canister available.", + "unavailable_index_canister": "Transactions for $token_list can not be displayed. Index canister is currently unavailable." } } }